Socket
Socket
Sign inDemoInstall

sinon-spy-utils

Package Overview
Dependencies
10
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"name": "sinon-spy-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utils functions for Sinon Spies and Stubs",

@@ -22,8 +22,7 @@ "author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",

"lint": "eslint .",
"test": "NODE_ENV=test NODE_PATH=$NODE_PATH:$PWD/src nyc mocha --opts ./mocha.opts",
"test": "NODE_ENV=test NODE_PATH=$NODE_PATH:$PWD/src nyc mocha --opts ./.mocha.opts",
"test:watch": "watch-run -i -p 'src/**/*' npm run test",
"travis-test": "NODE_ENV=test NODE_PATH=$NODE_PATH:$PWD/src nyc --reporter=lcov mocha --opts ./mocha.opts",
"travis-test": "NODE_ENV=test NODE_PATH=$NODE_PATH:$PWD/src nyc --reporter=lcov mocha --opts ./.mocha.opts",
"travis-coverage": "cat ./coverage/lcov.info | coveralls",
"install": "npm run clean && npm run build:lib",
"prepublishOnly": "npm run lint && npm run clean && npm run test && npm run build"
"prepublishOnly": "npm run lint && npm run clean && npm run test && npm run build:lib"
},

@@ -30,0 +29,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc