-
-
Notifications
You must be signed in to change notification settings - Fork 206
Support for deno in devenv #1827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> Use @appthreat/sqlite3 in deno Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
package.json
Outdated
@@ -127,7 +127,7 @@ | |||
"connect": "^3.7.0", | |||
"jsonata": "^2.0.6", | |||
"sequelize": "^6.37.7", | |||
"sqlite3": "github:AppThreat/node-sqlite3#d9bd20f3991ced9c48bf339a77b0cbb5605db8e9" | |||
"sqlite3": "npm:@appthreat/sqlite3@^6.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm-lock.yaml
Outdated
@@ -2559,6 +2557,18 @@ snapshots: | |||
'@bufbuild/protobuf': 1.7.2 | |||
optional: true | |||
|
|||
'@appthreat/sqlite3@6.0.2': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the alias information is not persisted in the lock files. Currently, SBOM tools such as cdxgen cannot report the use of such aliases.
deno.json
Outdated
@@ -82,7 +91,7 @@ | |||
"jest": "npm:jest@^29.7.0", | |||
"@jest/globals": "npm:@jest/globals@^29.7.0", | |||
"sequelize": "npm:sequelize@^6.37.7", | |||
"sqlite3": "npm:sqlite3@^5.1.7", | |||
"sqlite3": "npm:@appthreat/sqlite3@^6.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deno supports aliasing too!
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Use
@appthreat/sqlite3
in pnpm and deno