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.9.0 to 0.9.1

.prettierrc

7

index.js

@@ -103,8 +103,7 @@ 'use strict';

error.message = err.message;
error.stack = err.stack.split(/\r?\n/);
if (err.stack) error.stack = err.stack.split(/\r?\n/);
if (err.info) {
Object.keys(err.info).forEach((key) => {
if (!has(error, key)
&& has(err.info, key)) error[key] = err.info[key];
Object.keys(err.info).forEach(key => {
if (!has(error, key) && has(err.info, key)) error[key] = err.info[key];
});

@@ -111,0 +110,0 @@ }

{
"name": "flora-errors",
"version": "0.9.0",
"version": "0.9.1",
"description": "Error definitions for Flora",
"main": "index.js",
"scripts": {
"bamboo": "mocha -R mocha-bamboo-reporter",
"test": "mocha",
"lint": "eslint index.js"
"test": "eslint . && mocha",
"lint": "eslint ."
},
"pre-commit": "test",
"author": {

@@ -36,9 +36,10 @@ "name": "BörseGo AG",

"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai": "^4.1.7",
"chai": "^4.1.7",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"mocha": "^5.0.4",
"mocha-bamboo-reporter": "^1.1.0"
"pre-commit": "^1.2.2",
"prettier": "^1.15.2"
},

@@ -45,0 +46,0 @@ "dependencies": {

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