Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

websql

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websql - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

CHANGELOG.md
Changelog
=====
## 2.0.0
- Upgrade to node-sqlite3 v5, which [drops support for Node <10](https://github.com/mapbox/node-sqlite3/blob/master/CHANGELOG.md#500).
## 1.0.0
_ Upgrade to node-sqlite3 v4.0.0, which drops support for Node v0.10 and Node v0.12

21

package.json
{
"name": "websql",
"version": "1.0.0",
"version": "2.0.0",
"description": "WebSQL Database API, implemented for Node using sqlite3",

@@ -21,3 +21,4 @@ "repository": {

"rimraf": false,
"mkdirp": false
"mkdirp": false,
"sqlite3": false
},

@@ -37,8 +38,5 @@ "keywords": [

"test-debug": "mocha --debug-brk test/test.js",
"test-local": "zuul --no-coverage --local 9000 --ui mocha-bdd test/test.js",
"test-phantom": "zuul --no-coverage --phantom --ui mocha-bdd test/test.js",
"test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test/test.js",
"ensure-coverage": "istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100",
"coverage": "npm run test-coverage && npm run ensure-coverage",
"report-coverage": "npm run test-coverage && istanbul-coveralls --no-rm"
"coverage": "run-s test-coverage ensure-coverage"
},

@@ -51,5 +49,7 @@ "author": "Nolan Lawson <nolan@nolanlawson.com>",

"noop-fn": "^1.0.0",
"sqlite3": "^4.0.0",
"tiny-queue": "^0.2.1"
},
"optionalDependencies": {
"sqlite3": "^5.0.2"
},
"devDependencies": {

@@ -63,3 +63,2 @@ "assert": "1.3.0",

"istanbul": "0.4.3",
"istanbul-coveralls": "1.0.3",
"js-extend": "1.0.1",

@@ -72,5 +71,6 @@ "jshint": "2.8.0",

"mocha": "2.4.5",
"phantomjs-prebuilt": "2.1.7",
"npm-run-all": "^4.1.5",
"pouchdb-collate": "1.2.0",
"pouchdb-collections": "^1.0.1",
"request": "^2.88.2",
"rimraf": "2.5.2",

@@ -80,4 +80,3 @@ "scope-eval": "0.0.3",

"sublevel-pouchdb": "1.0.0",
"vuvuzela": "1.0.3",
"zuul": "3.10.1"
"vuvuzela": "1.0.3"
},

@@ -84,0 +83,0 @@ "files": [

@@ -1,2 +0,2 @@

node-websql [![Build Status](https://travis-ci.org/nolanlawson/node-websql.svg?branch=master)](https://travis-ci.org/nolanlawson/node-websql) [![Coverage Status](https://coveralls.io/repos/github/nolanlawson/node-websql/badge.svg?branch=master&nonce=foo)](https://coveralls.io/github/nolanlawson/node-websql?branch=master)
node-websql [![Build status](https://circleci.com/gh/nolanlawson/node-websql.svg?style=svg)](https://app.circleci.com/pipelines/gh/nolanlawson/node-websql)
====

@@ -3,0 +3,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