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

fel

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fel - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

dist/index.js

43

package.json
{
"name": "fel",
"description": "Create errors with HTTP codes and cause refs for use in logging",
"main": "lib/index.js",
"main": "dist/index.js",
"scripts": {

@@ -9,3 +9,5 @@ "test": "NODE_ENV=test mocha",

"lint": "eslint --cache .",
"build": "rm -rf lib && babel src --out-dir lib",
"build": "rm -rf dist && babel src --out-dir dist",
"update-npmignore": "npmignore",
"version": "npm run update-npmignore && git add .npmignore",
"commit": "git-cz",

@@ -19,19 +21,20 @@ "prepublish": "npm run build",

"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-preset-es2015-node4": "^2.1.0",
"commitizen": "^2.8.1",
"cz-conventional-changelog": "^1.1.6",
"eslint": "^2.9.0",
"eslint-config-springworks": "^7.0.1",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-springworks": "^1.1.3",
"istanbul": "^0.4.3",
"joi": "^8.0.5",
"mocha": "^2.4.5",
"semantic-release": "^4.3.5",
"should": "^8.3.1"
"babel-cli": "6.9.0",
"babel-core": "6.9.0",
"babel-eslint": "6.0.4",
"babel-plugin-transform-strict-mode": "6.8.0",
"babel-preset-es2015-node4": "2.1.0",
"commitizen": "2.8.1",
"cz-conventional-changelog": "1.1.6",
"eslint": "2.11.0",
"eslint-config-springworks": "7.0.3",
"eslint-plugin-import": "1.8.1",
"eslint-plugin-mocha": "2.2.0",
"eslint-plugin-springworks": "2.0.1",
"istanbul": "0.4.3",
"joi": "8.2.1",
"mocha": "2.5.3",
"npmignore": "0.2.0",
"semantic-release": "4.3.5",
"should": "8.4.0"
},

@@ -56,3 +59,3 @@ "config": {

"homepage": "https://github.com/Springworks/fel#readme",
"version": "1.1.12"
"version": "1.1.13"
}
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