Socket
Socket
Sign inDemoInstall

chai-spies

Package Overview
Dependencies
0
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

bower.json

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Spies for the Chai assertion library.",
"version": "0.7.0",
"version": "0.7.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -77,2 +77,5 @@ # Chai Spies

//and you can reset the object calls
array.push.reset();
//or you can create spy object

@@ -79,0 +82,0 @@ var object = chai.spy.object([ 'push', 'pop' ]);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc