Socket
Socket
Sign inDemoInstall

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.15 to 1.1.16

.nyc_output/73a3037e-f5a7-4272-b7b7-c2a1313275fc.json

66

package.json
{
"name": "fel",
"description": "Create errors with HTTP codes and cause refs for use in logging",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "build/index.js",
"scripts": {
"test": "NODE_ENV=test mocha",
"test-cov": "NODE_ENV=test istanbul cover _mocha",
"lint": "eslint --cache .",
"build": "rm -rf dist && babel src --out-dir dist && cp src/index.d.ts dist",
"test": "NODE_ENV=test nyc mocha test/**/*.ts",
"lint": "tslint --project tsconfig.json --format stylish",
"fix": "tslint --project tsconfig.json --format stylish --fix",
"build": "tsc",
"prepare": "yarn run build",
"prebuild": "rm -rf build",
"update-npmignore": "npmignore",
"version": "npm run update-npmignore && git add .npmignore",
"prepublish": "npm run build",
"version": "yarn run update-npmignore && git add .npmignore",
"prepublish": "yarn run build",
"semantic-release": "semantic-release"
},
"dependencies": {
"boom": "^7.2.0",
"@types/boom": "^7.2.0"
"@types/boom": "^7.2.0",
"boom": "^7.2.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-strict-mode": "^6.18.0",
"babel-preset-es2015-node4": "^2.1.1",
"eslint": "^4.3.0",
"eslint-config-springworks": "^7.0.7",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-springworks": "^2.0.1",
"istanbul": "^0.4.5",
"@springworks/test-harness": "^3.0.2",
"@springworks/tslint-config": "^2.0.0",
"@types/chai": "^4.1.5",
"@types/joi": "^13.4.5",
"@types/mocha": "^5.2.5",
"@types/node": "^10.10.1",
"chai": "^4.1.2",
"joi": "^10.1.0",
"mocha": "^3.2.0",
"npmignore": "^0.2.0",
"nyc": "^13.0.1",
"semantic-release": "^15.9.5",
"should": "^11.1.2"
"should": "^11.1.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "^3.0.3"
},

@@ -55,4 +58,19 @@ "config": {

},
"nyc": {
"include": [
"src/**/*.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
]
},
"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -69,3 +87,3 @@ "repository": {

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