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

sinon-test

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinon-test - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

6

History.md
2.3.0 / 2018-09-06
==================
* ES6 module export (#93)
* Add `browser` and `module` properties for bundling discoverability
2.2.1 / 2018-07-24

@@ -3,0 +9,0 @@ ==================

12

package.json
{
"name": "sinon-test",
"version": "2.2.1",
"version": "2.3.0",
"description": "",
"main": "lib/index.js",
"browser": "dist/sinon-test.js",
"module": "dist/sinon-test-es.js",
"scripts": {
"build": "run-s build:dist-folder build:bundle",
"build:bundle": "rollup -c > dist/sinon-test.js",
"build:bundle": "rollup -c",
"build:dist-folder": "mkdirp dist",
"coverage": "nyc report --reporter text-lcov | coveralls",
"test": "nyc mocha",
"//integration-test": "This cannot run as a prepare step, as it will trigger a loop",
"integration-test": "test-repos/do-test.sh",
"lint": "eslint .",
"prepare": "run-p test lint build",
"preversion": "./scripts/preversion.sh"
"preversion": "test-repos/do-test.sh && ./scripts/preversion.sh"
},

@@ -48,3 +52,3 @@ "greenkeeper": {

"rollup-plugin-commonjs": "^9.1.3",
"sinon": "^6.1.4"
"sinon": "^6.1.5"
},

@@ -51,0 +55,0 @@ "peerDependencies": {

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