Socket
Socket
Sign inDemoInstall

assertion-error

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assertion-error - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -73,3 +73,7 @@ /*!

} else {
this.stack = new Error().stack;
try {
throw new Error();
} catch(e) {
this.stack = e.stack;
}
}

@@ -76,0 +80,0 @@ }

2

package.json
{
"name": "assertion-error"
, "version": "1.0.1"
, "version": "1.0.2"
, "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification."

@@ -5,0 +5,0 @@ , "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)"

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