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.0 to 1.0.1

9

History.md

@@ -0,3 +1,8 @@

1.0.1 / 2015-03-04
==================
1.0.0 / 2013-06-08
* Merge pull request #2 from simonzack/master
* fixes `.stack` on firefox
1.0.0 / 2013-06-08
==================

@@ -8,3 +13,3 @@

0.1.0 / 2013-04-07
0.1.0 / 2013-04-07
==================

@@ -11,0 +16,0 @@

@@ -72,2 +72,4 @@ /*!

Error.captureStackTrace(this, ssf);
} else {
this.stack = new Error().stack;
}

@@ -74,0 +76,0 @@ }

{
"name": "assertion-error"
, "version": "1.0.0"
, "version": "1.0.1"
, "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