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

unexpected

Package Overview
Dependencies
Maintainers
3
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 10.15.0 to 10.15.1

2

lib/createStandardErrorMessage.js

@@ -52,3 +52,3 @@ var AssertionString = require('./AssertionString');

}
} else if (options.compactSubject && (subjectSize.height > 1 || subjectSize.width > (options.compactWidth || 35))) {
} else if (options.compact && options.compactSubject && (subjectSize.height > 1 || subjectSize.width > (options.compactWidth || 35))) {
output.error('expected').sp();

@@ -55,0 +55,0 @@ options.compactSubject.call(output, output);

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

@@ -36,3 +36,3 @@ "keywords": [

"bundle-collapser": "1.1.0",
"chewbacca": "1.9.0",
"chewbacca": "1.10.0",
"coveralls": "^2.11.9",

@@ -39,0 +39,0 @@ "es5-shim": "4.0.5",

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

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