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

flora-errors

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flora-errors - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

3

index.js

@@ -9,3 +9,2 @@ 'use strict';

Error.captureStackTrace(this, this.constructor);
this.name = this.constructor.name;

@@ -26,2 +25,4 @@

this.httpStatusCode = 500; // HTTP status for "other errors"
Error.captureStackTrace(this, this.constructor);
}

@@ -28,0 +29,0 @@ }

{
"name": "flora-errors",
"version": "0.7.0",
"version": "0.7.1",
"description": "Error definitions for Flora",

@@ -42,3 +42,3 @@ "main": "index.js",

"grunt-contrib-clean": "^1.0.0",
"grunt-eslint": "^18.00",
"grunt-eslint": "^19.0.0",
"grunt-mocha-istanbul": "^5.0.1",

@@ -45,0 +45,0 @@ "grunt-mocha-test": "^0.13.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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