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

verror

Package Overview
Dependencies
Maintainers
14
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verror - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

2

CHANGES.md

@@ -5,3 +5,3 @@ # Changelog

None yet.
* #65 tst.multierror.js failure on Node v8 and later

@@ -8,0 +8,0 @@ ## v1.10.0

# Contributing
This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new
changes. Anyone can submit changes. To get started, see the [cr.joyent.us user
guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md).
This repo does not use GitHub pull requests.
This repository uses GitHub pull requests for code review.

@@ -15,6 +12,6 @@ See the [Joyent Engineering

* https://github.com/davepacheco/jsstyle
* https://github.com/davepacheco/javascriptlint
* https://github.com/joyent/jsstyle
* https://github.com/joyent/javascriptlint
If you're changing something non-trivial or user-facing, you may want to submit
an issue first.
{
"name": "verror",
"version": "1.10.0",
"version": "1.10.1",
"description": "richer JavaScript errors",

@@ -8,3 +8,3 @@ "main": "./lib/verror.js",

"type": "git",
"url": "git://github.com/davepacheco/node-verror.git"
"url": "https://github.com/joyent/node-verror.git"
},

@@ -16,9 +16,17 @@ "dependencies": {

},
"engines": [
"node >=0.6.0"
],
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "make test"
},
"license": "MIT"
"license": "MIT",
"keywords": [
"error",
"errors",
"err",
"exception",
"exceptions",
"custom"
]
}

@@ -484,3 +484,3 @@ # verror: rich JavaScript errors

when you logically need to provide a single Error, but you want to preserve
information about multiple underying Errors. A common case is when you execute
information about multiple underlying Errors. A common case is when you execute
several operations in parallel and some of them fail.

@@ -487,0 +487,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