Socket
Socket
Sign inDemoInstall

larvitdbmigration

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitdbmigration - npm Package Compare versions

Comparing version 2.0.6 to 3.0.0

test/98close.js

14

package.json

@@ -11,5 +11,5 @@ {

"async": "^2.0.1",
"elasticsearch": "^13.0.0",
"elasticsearch": "^15.0.0",
"json-stringify-safe": "^5.0.1",
"larvitdb": "^1.3.1",
"larvitdb": "^2.0.0",
"larvitutils": "^1.1.1",

@@ -23,5 +23,5 @@ "lodash": "^4.7.0",

"devDependencies": {
"eslint": "^3.4.0",
"mocha": "^3.0.2",
"mocha-eslint": "^3.0.1"
"eslint": "^5.2.0",
"mocha": "^5.1.1",
"mocha-eslint": "^4.1.0"
},

@@ -41,6 +41,6 @@ "keywords": [

},
"version": "2.0.6",
"version": "3.0.0",
"readmeFilename": "README.md",
"scripts": {
"test": "mocha"
"test": "mocha --exit"
},

@@ -47,0 +47,0 @@ "license": "MIT",

'use strict';
require(
'mocha-eslint')([__dirname + '/..'],
{
// Increase the timeout of the test if linting takes to long
'timeout': 5000, // Defaults to the global mocha `timeout` option
require('mocha-eslint')([__dirname + '/..'], {
// Increase the timeout of the test if linting takes to long
'timeout': 5000, // Defaults to the global mocha `timeout` option
// Increase the time until a test is marked as slow
'slow': 1000, // Defaults to the global mocha `slow` option
}
);
// Increase the time until a test is marked as slow
'slow': 1000, // Defaults to the global mocha `slow` option
});

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