Socket
Socket
Sign inDemoInstall

throwable

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

throwable - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "throwable",
"version": "1.0.1",
"version": "1.0.2",
"description": "Inherit from Error without performance penalties, instanceof behaves as expected and the error stack is correct",

@@ -5,0 +5,0 @@ "main": "lib/Throwable.js",

@@ -7,3 +7,3 @@ node-throwable

-----
A lot of solutions for inheriting from `Error` in javascript is error-prone (pun intended) and tricky.
A lot of solutions for inheriting from `Error` in javascript are error-prone (pun intended) and tricky.

@@ -10,0 +10,0 @@ Using this library you can inherit `Error` just like you would inherit from any other javascript object/class.

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