@sqlite.org/sqlite-wasm
Advanced tools
Comparing version
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.46.1-build2", | ||
"version": "3.46.1-build3", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -38,2 +38,3 @@ "keywords": [ | ||
"publint": "npx publint", | ||
"check-types": "tsc", | ||
"clean": "shx rm -rf sqlite-wasm", | ||
@@ -43,3 +44,3 @@ "build": "npm run clean && node bin/index.js", | ||
"fix": "npx prettier . --write", | ||
"prepublishOnly": "npm run build && npm run fix && npm run publint", | ||
"prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types", | ||
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public" | ||
@@ -63,6 +64,7 @@ }, | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"publint": "^0.2.10", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"shx": "^0.3.4" | ||
"shx": "^0.3.4", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3126477
09
12.5%