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

chai-spies-next

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-spies-next - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

40

package.json
{
"author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)",
"name": "chai-spies-next",
"version": "0.9.3",
"description": "Spies for the Chai assertion library.",
"keywords": [
"chai",
"chai-plugin",
"browser",
"mocks-and-spies",
"testing",
"spies",
"stubs",
"mocks"
],
"version": "0.9.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/shellscape/chai-spies.git"
},
"main": "./index",
"main": "index.js",
"scripts": {

@@ -26,4 +10,11 @@ "test": "make test"

"engines": {
"node": ">= 0.4.0"
"node": ">= 4.0.0"
},
"repository": "shellscape/chai-spies",
"author": {
"name": "Andrew Powell",
"email": "andrew@shellscape.org",
"url": "shellscape.org"
},
"license": "MIT",
"dependencies": {},

@@ -35,3 +26,12 @@ "devDependencies": {

},
"optionalDependencies": {}
"keywords": [
"chai",
"chai-plugin",
"browser",
"mocks-and-spies",
"testing",
"spies",
"stubs",
"mocks"
]
}

@@ -7,2 +7,8 @@ # chai-spies-next

# Differences
Recently chai-spies introduced a regression by removing the `reset` method. This
module reverts that regression by keeping the method in place and available for
use.
# Chai Spies

@@ -9,0 +15,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