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

deep-db

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-db - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

coverage/coverage.json

18

package.json
{
"name": "deep-db",
"version": "1.2.2",
"version": "1.2.3",
"description": "DEEP Database Library",

@@ -46,2 +46,6 @@ "keywords": [

"email": "shariton@mitocgroup.com"
},
{
"name": "Vitali Cernomschi",
"email": "vcernomschi@mitocgroup.com"
}

@@ -55,4 +59,3 @@ ],

"scripts": {
"coverage": "babel-node `which istanbul` cover --report lcov _mocha -- --ui tdd --recursive --reporter spec",
"test": "npm install aws-sdk@2.2.*; mocha --ui tdd --compilers js:mocha-babel --recursive --reporter spec",
"test": "babel-node `which istanbul` cover --report lcov _mocha -- --ui tdd --recursive --reporter spec",
"compile": "if [ -d 'lib/' ]; then BABEL_ENV=production babel lib/ --out-dir lib.compiled/; fi",

@@ -70,10 +73,11 @@ "prepublish": "npm run compile"

"local-dynamo": "MitocGroup/local-dynamo",
"dynalite": "^0.16.x",
"fs-extra": "^0.23.x",
"dynalite": "^0.17.x",
"fs-extra": "^0.26.x",
"chai": "^3.2.x",
"sinon": "^1.17.x",
"sinon-chai": "^2.8.x"
"sinon-chai": "^2.8.x",
"proxyquire": "^1.7.x"
},
"preferGlobal": true,
"preferGlobal": false,
"analyze": true
}
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