Socket
Socket
Sign inDemoInstall

better-sqlite3

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-sqlite3 - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

deps/sqlite-autoconf-3240000.tar.gz

13

package.json
{
"name": "better-sqlite3",
"version": "4.1.1",
"version": "4.1.2",
"description": "The fastest and simplest library for SQLite3 in Node.js.",
"homepage": "http://github.com/JoshuaWise/better-sqlite3",
"author": "Joshua Wise <joshuathomaswise@gmail.com>",
"gypfile": true,
"repository": {

@@ -14,4 +13,3 @@ "type": "git",

"bindings": "^1.3.0",
"integer": "^1.0.3",
"lzz-gyp": "^0.4.3"
"integer": "^1.0.5"
},

@@ -27,4 +25,7 @@ "devDependencies": {

"scripts": {
"install": "node deps/install",
"install-debug": "CI=true node deps/install",
"lzz": "lzz -hx hpp -sx cpp -k BETTER_SQLITE3 -d -hl -sl -e ./src/better_sqlite3.lzz",
"prepublishOnly": "npm run lzz",
"install-debug": "node-gyp rebuild --debug",
"rebuild": "npm run lzz && node-gyp rebuild",
"rebuild-debug": "npm run lzz && node-gyp rebuild --debug",
"test": "$(npm bin)/mocha --bail --timeout 5000 --slow 5000",

@@ -31,0 +32,0 @@ "pretest": "rm -r ./temp/ || true && mkdir ./temp/",

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const { SqliteError } = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const fs = require('fs');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Database = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Database = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Database = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Database = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Database = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const fs = require('fs');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const fs = require('fs');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Database = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Database = require('../.');

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

'use strict';
const { expect } = require('chai');

@@ -2,0 +3,0 @@ const Integer = require('integer');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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