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 2.1.7 to 2.1.8

2

lib/unexpected.es5.js

@@ -354,3 +354,3 @@ (function () {

// Filter out the util module, it's inspect function is special
value !== exports &&
(typeof exports === 'undefined' || value !== exports) &&
// Also filter out any prototype objects using the circular check.

@@ -357,0 +357,0 @@ !(value.constructor && value.constructor.prototype === value)) {

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

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

@@ -40,3 +40,3 @@ /*global namespace*/

// Filter out the util module, it's inspect function is special
value !== exports &&
(typeof exports === 'undefined' || value !== exports) &&
// Also filter out any prototype objects using the circular check.

@@ -43,0 +43,0 @@ !(value.constructor && value.constructor.prototype === value)) {

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