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

console-fail-test

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-fail-test - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json

@@ -48,3 +48,3 @@ {

},
"version": "0.2.0"
"version": "0.2.1"
}

@@ -13,4 +13,4 @@ "use strict";

return {
getCalls: () => spy.calls,
restore: spy.restore,
getCalls: () => spy.mock.calls,
restore: spy.mockRestore,
};

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