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 3.2.2 to 3.2.3

6

lib/unexpected-assertions.js

@@ -20,3 +20,7 @@ /*global namespace*/

expect.addAssertion('[not] to be', function (expect, subject, value) {
expect(subject === value, '[not] to be truthy');
if (typeof subject === 'string' && typeof value === 'string') {
expect(subject, '[not] to equal', value);
} else {
expect(subject === value, '[not] to be truthy');
}
});

@@ -23,0 +27,0 @@

2

package.json
{
"name": "unexpected",
"version": "3.2.2",
"version": "3.2.3",
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>",

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

Sorry, the diff of this file is not supported yet

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