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

4

lib/unexpected.es5.js

@@ -952,5 +952,5 @@ (function () {

this.obj.hasOwnProperty(property) &&
this.obj[property] === properties[property]);
this.equal(this.obj[property], properties[property]));
} else {
this.assert(this.obj && this.obj[property] === properties[property]);
this.assert(this.obj && this.equal(this.obj[property], properties[property]));
}

@@ -957,0 +957,0 @@ }, this);

{
"name": "unexpected",
"version": "2.1.1",
"version": "2.1.2",
"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