Socket
Socket
Sign inDemoInstall

spy4js

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spy4js - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

1

dist/serializer.js

@@ -114,2 +114,3 @@ 'use strict';

case '[object Symbol]':
case '[object Error]':
return String(o);

@@ -116,0 +117,0 @@ default:

@@ -145,2 +145,7 @@ 'use strict';

return 'different bool';
case '[object Error]':
if (String(a) === String(b)) {
return;
}
return 'different error';
default:

@@ -147,0 +152,0 @@ if (a.constructor !== b.constructor) {

2

package.json
{
"name": "spy4js",
"version": "1.5.0",
"version": "1.5.1",
"description": "Smart, compact and powerful spy test framework",

@@ -5,0 +5,0 @@ "jest": {

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