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

sql.js

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql.js - npm Package Compare versions

Comparing version 0.2.20 to 0.2.21

8

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

@@ -9,9 +9,9 @@ "keywords": ["sql", "sqlite", "stand-alone", "relational", "database", "RDBMS", "data", "query", "statement", "emscripten", "asm", "asm.js"],

"scripts": { "test": "node test/all.js" },
"homepage": "http://github.com/lovasoa/sql.js",
"homepage": "http://github.com/kripken/sql.js",
"repository" :
{ "type" : "git",
"url" : "http://github.com/lovasoa/sql.js.git"
"url" : "http://github.com/kripken/sql.js.git"
},
"bugs": {
"url" : "https://github.com/lovasoa/sql.js/issues",
"url" : "https://github.com/kripken/sql.js/issues",
"email" : "pere.jobs@gmail.com"

@@ -18,0 +18,0 @@ },

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