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 12.0.0 to 12.0.1

22

CHANGES.md
# Changes
## 12.0.1
- [`3f598221`](https://github.com/sinonjs/sinon/commit/3f598221045904681f2b3b3ba1df617ed5e230e3)
Fix issue with npm unlink for npm version > 6 (Carl-Erik Kopseng)
>
> 'npm unlink' would implicitly unlink the current dir
> until version 7, which requires an argument
>
- [`51417a38`](https://github.com/sinonjs/sinon/commit/51417a38111eeeb7cd14338bfb762cc2df487e1b)
Fix bundling of cjs module (#2412) (Julian Grinblat)
>
> * Fix bundling of cjs module >
> * Run prettier
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2021-11-04._
## 12.0.0

@@ -16,6 +32,4 @@

Generate CHANGES.md using @studio/changes (Morgan Roderick)
>
> This will bring us closer to having the same release process as the
> other `@sinonjs` packages.
>
> This will bring us closer to having the same release process as the
> other `@sinonjs` packages.
- [`2d5d6ad4`](https://github.com/sinonjs/sinon/commit/2d5d6ad4cd89c2063834991da5073f7640d0d722)

@@ -22,0 +36,0 @@ Run tests in Node 16 in GitHub Actions (Morgan Roderick)

4

package.json

@@ -18,3 +18,3 @@ {

],
"version": "12.0.0",
"version": "12.0.1",
"homepage": "https://sinonjs.org/",

@@ -122,3 +122,3 @@ "author": "Christian Johansen",

"exports": {
"require": "./pkg/sinon.cjs",
"require": "./lib/sinon.js",
"import": "./pkg/sinon-esm.js"

@@ -125,0 +125,0 @@ },

@@ -26,7 +26,9 @@ <h1 align=center>

<!-- Shows an outdated badge. Will not be fixed until https://github.com/sinonjs/fake-timers/pull/395 ships.
<p align=center>
<a href="https://app.saucelabs.com/u/sinonjs">
<img src="https://app.saucelabs.com/browser-matrix/sinonjs.svg" alt="Sauce Test Status"/>
</a>
</a>
</p>
-->

@@ -33,0 +35,0 @@ ## Compatibility

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

Sorry, the diff of this file is not supported yet

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