Socket
Socket
Sign inDemoInstall

dse-driver

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dse-driver - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0-alpha1

.npmignore

49

package.json
{
"name": "dse-driver",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "1.0.0-alpha1",
"description": "DataStax Enterprise Node.js Driver",
"author": "DataStax",
"keywords": [
"cassandra",
"cql",
"cql3",
"connection",
"gremlin",
"datastax",
"nosql",
"driver",
"database",
"dse",
"graph",
"graphdb"
],
"dependencies": {
"cassandra-driver": "^3.1.0"
},
"author": "DataStax",
"license": "ISC"
}
"devDependencies": {
"mocha": ">= 1.14.0",
"rewire": ">= 2.1.0",
"mocha-jenkins-reporter": ">= 0.1.9",
"temp": ">= 0.8.3"
},
"repository": {
"type" : "git",
"url" : "https://github.com/datastax/nodejs-driver-dse.git"
},
"bugs": {
"url": "https://groups.google.com/a/lists.datastax.com/forum/#!forum/nodejs-driver-user"
},
"license": "SEE LICENSE IN http://www.datastax.com/terms/datastax-dse-driver-license-terms",
"scripts": {
"test": "./node_modules/.bin/mocha test/unit -R spec -t 5000",
"ci": "./node_modules/.bin/mocha test/unit test/integration -R mocha-jenkins-reporter"
},
"engines": {
"node" : ">=0.10.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