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

idb-connector

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb-connector - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

binding.gyp

23

package.json
{
"name": "idb-connector",
"version": "0.0.1",
"description": "DB2 for i connector",
"main": "index.js",
"version": "1.0.0",
"description": "A Node.js DB2 driver for IBM i",
"main": "lib/db2a.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test/test.js",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/litmis/nodejs-idb-connector.git"
"url": "git+ssh://git@bitbucket.org/litmis/nodejs-idb-connector.git"
},

@@ -19,5 +24,9 @@ "keywords": [

],
"author": "Xu Meng, Aaron Bartell",
"author": "Xu Meng",
"license": "MIT",
"homepage": "https://bitbucket.org/litmis/nodejs-idb-connector"
"gypfile": true,
"homepage": "https://bitbucket.org/litmis/nodejs-idb-connector#readme",
"dependencies": {
"bindings": "^1.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