New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

it-fails

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-fails - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

14

package.json
{
"name": "it-fails",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -8,2 +8,3 @@ "main": "src/index.js",

"test": "nyc mocha test/index.js",
"test-all": "vertest",
"demo": "mocha test/fixtures/all.js || echo 'some tests failed'",

@@ -19,9 +20,14 @@ "demo2": "mocha test/fixtures/expected-fail.js || echo 'some tests failed'",

"chai": "^4.1.2",
"mocha": "^5.0.1",
"mocha": "^7.0.1",
"node-run-cmd": "^1.0.1",
"nyc": "^11.4.1"
"nyc": "^15.0.0",
"vertest": "^1.1.0"
},
"peerDependencies": {
"mocha": "^4 || ^5 || ^6 || ^7"
},
"dependencies": {
"diff": "^3.5.0"
"diff": "^3.5.0",
"ms": "^2.1.2"
}
}
const path = require('path');
const mocha = require('mocha');
const ms = require('mocha/lib/ms');
const ms = require('ms');
const utils = require('mocha/lib/utils');

@@ -5,0 +5,0 @@ const diff = require('diff');

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