Socket
Socket
Sign inDemoInstall

spy4js

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spy4js - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

29

package.json
{
"name": "spy4js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Use new Spy() to optimize your tests with helpful debug messages.",

@@ -14,4 +14,12 @@ "main": "dist/spy.js",

],
"nyc": {
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
},
"scripts": {
"test": "mocha --compilers js:babel-register"
"test": "cross-env NODE_ENV=test nyc mocha test/*.js",
"report": "nyc --reporter=lcov report"
},

@@ -38,2 +46,3 @@ "repository": {

"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-istanbul": "^4.1.3",
"babel-plugin-transform-flow-strip-types": "6.7.0",

@@ -47,2 +56,3 @@ "babel-plugin-transform-runtime": "^6.23.0",

"chalk": "1.1.3",
"cross-env": "^4.0.0",
"eslint": "3.13.1",

@@ -57,4 +67,5 @@ "eslint-config-google": "0.7.1",

"gulp-rename": "1.2.2",
"istanbul-instrumenter-loader": "0.2.0",
"karma": "0.13.22",
"istanbul": "0.4.5",
"istanbul-instrumenter-loader": "2.0.0",
"karma": "^0.13.22",
"karma-babel-preprocessor": "6.0.1",

@@ -64,9 +75,13 @@ "karma-browserify": "5.0.3",

"karma-coverage": "0.5.5",
"karma-mocha": "0.2.2",
"karma-istanbul": "0.0.2",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.0.0",
"mocha": "2.4.5",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "^2.0.3",
"mocha": "3.2.0",
"nyc": "^10.3.0",
"run-sequence": "1.1.5",
"watchify": "3.7.0",
"webpack": "1.13.0"
"webpack": "2.4.1"
}
}
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