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.1-master.7cb3ba1 to 1.0.1-master.e2c9579

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.1-master.7cb3ba1",
"version": "1.0.1-master.e2c9579",
"description": "",

@@ -23,2 +23,5 @@ "main": "lib/index.js",

"homepage": "https://github.com/compulim/on-error-resume-next#readme",
"jest": {
"collectCoverage": true
},
"devDependencies": {

@@ -25,0 +28,0 @@ "babel-cli": "^6.26.0",

@@ -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.
[![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