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

unexpected-sinon

Package Overview
Dependencies
Maintainers
1
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 0.1.0 to 0.2.0

lib/unexpected-sinon.js

4

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

@@ -22,3 +22,3 @@ "keywords": [

},
"main": "./lib/unexpected.sinon.js",
"main": "./lib/unexpected-sinon.js",
"dependencies": {

@@ -25,0 +25,0 @@ "sinon": "*",

@@ -54,3 +54,3 @@ # Unexpected-sinon

<script src="unexpected.js"></script>
<script src="unexpected.sinon.js"></script>
<script src="unexpected-sinon.js"></script>
```

@@ -69,3 +69,3 @@

```js
define(['unexpected-sinon/lib/unexpected.sinon.js'], funtion (expect) {
define(['unexpected-sinon/lib/unexpected-sinon.js'], funtion (expect) {
// Your code

@@ -72,0 +72,0 @@ });

sinon = require('sinon');
expect = process.env.COVERAGE ?
require('../lib-cov/unexpected.sinon') :
require('../lib/unexpected.sinon');
require('../lib-cov/unexpected-sinon') :
require('../lib/unexpected-sinon');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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