on-error-resume-next
Advanced tools
Comparing version 1.0.0 to 1.0.1-master.1454e07
@@ -9,4 +9,4 @@ # Changelog | ||
## [1.0.0-0] - 2018-03-19 | ||
## [1.0.0] - 2018-03-21 | ||
### Added | ||
- Initial commit |
{ | ||
"name": "on-error-resume-next", | ||
"version": "1.0.0", | ||
"version": "1.0.1-master.1454e07", | ||
"description": "", | ||
@@ -23,5 +23,8 @@ "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", | ||
@@ -31,5 +34,5 @@ "babel-preset-stage-3": "^6.24.1", | ||
"gulp-exec": "^3.0.1", | ||
"jest": "^22.4.2", | ||
"jest": "^22.4.3", | ||
"last-commit-log": "^1.0.3" | ||
} | ||
} |
@@ -1,5 +0,7 @@ | ||
# 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) | ||
# 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. | ||
@@ -6,0 +8,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
10007
10
53
1