New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@minatojs/sql.js

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/sql.js - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/.gitignore

14

package.json
{
"name": "@minatojs/sql.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",

@@ -23,2 +23,3 @@ "keywords": [

],
"typings": "./dist/sql-wasm.d.ts",
"main": "./dist/sql-wasm.js",

@@ -39,11 +40,13 @@ "scripts": {

},
"homepage": "http://github.com/sql-js/sql.js",
"homepage": "https://github.com/Anillc/minatojs-sql.js",
"repository": {
"type": "git",
"url": "http://github.com/sql-js/sql.js.git"
"url": "https://github.com/Anillc/minatojs-sql.js.git"
},
"bugs": {
"url": "https://github.com/sql-js/sql.js/issues"
"url": "https://github.com/Anillc/minatojs-sql.js/issues"
},
"devDependencies": {
"@types/emscripten": "^1.39.6",
"@types/node": "^18.11.9",
"clean-jsdoc-theme": "^3.3.4",

@@ -56,4 +59,3 @@ "eslint": "^7.32.0",

"test": "=0.6.0"
},
"dependencies": {}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc