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

unexpected

Package Overview
Dependencies
Maintainers
2
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unexpected - npm Package Compare versions

Comparing version 5.0.0-beta32 to 5.0.0-beta33

8

lib/Unexpected.js

@@ -361,3 +361,3 @@ /*global setTimeout*/

extendedBaseType.inspect = function (value, depth) {
return baseType.inspect(value, depth, output.clone(), extendedBaseType.inspect.bind(extendedBaseType));
return baseType.inspect(value, depth, output.clone(), that.inspect.bind(that));
};

@@ -368,5 +368,5 @@

output.clone(),
extendedBaseType.diff.bind(extendedBaseType),
extendedBaseType.inspect.bind(extendedBaseType),
extendedBaseType.equal.bind(extendedBaseType));
that.diff.bind(that),
that.inspect.bind(that),
that.equal.bind(that));
};

@@ -373,0 +373,0 @@

{
"name": "unexpected",
"version": "5.0.0-beta32",
"version": "5.0.0-beta33",
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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