New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

standard-http-error

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-http-error - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

CHANGELOG.md

@@ -0,2 +1,5 @@

## 1.0.1 (Feb 23, 2015)
- Fixes subclassing example in README.
## 1.0.0 (Feb 22, 2015)
- Keep calm and invent a standard.

2

package.json
{
"name": "standard-http-error",
"version": "1.0.0",
"version": "1.0.1",
"description": "Standard HTTP error class. Proper serialization, no bloat. Extensible.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -93,3 +93,3 @@ StandardHttpError.js

function RemoteError(res) {
HttpError.call(res.statusCode, res.statusMessage)
HttpError.call(this, res.statusCode, res.statusMessage)
}

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