Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unexpected-sinon

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unexpected-sinon - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

bower.json

2

package.json
{
"name": "unexpected-sinon",
"version": "5.0.0",
"version": "5.1.0",
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>",

@@ -5,0 +5,0 @@ "keywords": [

@@ -65,2 +65,18 @@ # Unexpected-sinon

Because Sinon is currently not AMD compatible you will need this RequireJS configuration to make things work:
```js
requirejs.config({
paths: {
'sinon': 'path/to/sinon'
},
shim: {
'sinon': {
deps: ['sinon'],
exports: 'sinon'
}
}
});
```
## API

@@ -67,0 +83,0 @@

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