on-error-resume-next
Advanced tools
Comparing version 1.0.1-master.267f3e3 to 1.0.1-master.5297db5
{ | ||
"name": "on-error-resume-next", | ||
"version": "1.0.1-master.267f3e3", | ||
"version": "1.0.1-master.5297db5", | ||
"description": "", | ||
@@ -23,12 +23,12 @@ "main": "lib/index.js", | ||
"homepage": "https://github.com/compulim/on-error-resume-next#readme", | ||
"jest": { | ||
"collectCoverage": true | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-3": "^6.24.1", | ||
"gulp": "^3.9.1", | ||
"gulp-exec": "^3.0.1", | ||
"jest": "^22.4.2", | ||
"last-commit-log": "^1.0.3" | ||
"jest": "^22.4.3" | ||
} | ||
} |
# on-error-resume-next | ||
[![Build Status](https://travis-ci.org/compulim/on-error-resume-next.svg?branch=master)](https://travis-ci.org/compulim/on-error-resume-next) | ||
Run a function, synchronously or asynchronously, and ignore errors. | ||
[![npm version](https://badge.fury.io/js/on-error-resume-next.svg)](https://badge.fury.io/js/on-error-resume-next) [![Build Status](https://travis-ci.org/compulim/on-error-resume-next.svg?branch=master)](https://travis-ci.org/compulim/on-error-resume-next) | ||
The name come from [Visual Basic](https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/statements/on-error-statement). The original `On Error Resume Next` statement is considered a bad error handling practice. | ||
@@ -8,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
5
0
9141
9
67