Socket
Socket
Sign inDemoInstall

sinon

Package Overview
Dependencies
Maintainers
4
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinon - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

6

CHANGELOG.md
9.0.2 / 2020-04-08
==================
* Bump @sinonjs/fake-timers (fix error when using Node's util/promisify with setTimeout)
* Upgrade @sinonjs/commons (fix error when trying to calculate function name from generators)
9.0.1 / 2020-03-10

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

9

package.json
{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "9.0.1",
"version": "9.0.2",
"homepage": "https://sinonjs.org/",

@@ -29,2 +29,3 @@ "author": "Christian Johansen",

"test-docker-image": "docker-compose up",
"test-runnable-examples": "docs/release-source/release/examples/run-test.sh",
"test": "run-s test-node test-headless test-webworker test-esm",

@@ -37,3 +38,3 @@ "check-dependencies": "dependency-check package.json --no-dev --ignore-module esm",

"lint-js": "eslint '**/*.{js,mjs}'",
"lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint",
"lint-markdown": "scripts/lint-markdown.sh",
"pretest-webworker": "npm run build",

@@ -61,4 +62,4 @@ "prebuild": "rimraf pkg && npm run check-dependencies",

"dependencies": {
"@sinonjs/commons": "^1.7.0",
"@sinonjs/fake-timers": "^6.0.0",
"@sinonjs/commons": "^1.7.2",
"@sinonjs/fake-timers": "^6.0.1",
"@sinonjs/formatio": "^5.0.1",

@@ -65,0 +66,0 @@ "@sinonjs/samsam": "^5.0.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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