Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

on-error-resume-next

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

on-error-resume-next - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-master.1454e07

LICENSE

2

CHANGELOG.md

@@ -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 @@

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