safety-catch
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "safety-catch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Small module that makes sure your catch, caught an actual error and not a programming mistake or assertion", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ # safety-catch | ||
``` js | ||
const safetyCatch = require('./') | ||
const safetyCatch = require('safety-catch') | ||
@@ -17,0 +17,0 @@ try { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2748