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.1 to 1.5.2

6

dist/serializer.js

@@ -106,3 +106,3 @@ 'use strict';

case '[object String]':
return '"' + o + '"';
return '\'' + o + '\'';
case '[object Function]':

@@ -114,5 +114,7 @@ return o.name || 'Function';

case '[object Boolean]':
return String(o);
case '[object Symbol]':
return 'Symbol.for(\'' + Symbol.keyFor(o) + '\')';
case '[object Error]':
return String(o);
return 'new ' + o.name + '(\'' + o.message + '\')';
default:

@@ -119,0 +121,0 @@ // nothing

{
"name": "spy4js",
"version": "1.5.1",
"version": "1.5.2",
"description": "Smart, compact and powerful spy test framework",

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

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