Socket
Socket
Sign inDemoInstall

@springworks/error-factory

Package Overview
Dependencies
Maintainers
1
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springworks/error-factory - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

build/index.d.ts

73

package.json
{
"name": "@springworks/error-factory",
"description": "Simple Node.js module to provide better error handling throughout an application.",
"main": "lib/index.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"scripts": {
"prepublish": "npm run build",
"build": "rm -rf lib && babel src --out-dir lib",
"test": "NODE_ENV=test mocha",
"test-cov": "NODE_ENV=test istanbul cover _mocha",
"lint": "eslint --cache .",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "NODE_ENV=test nyc mocha test/**/*.ts",
"test-no-cov": "NODE_ENV=test 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",
"semantic-release": "semantic-release"
},
"dependencies": {
"fel": "^1.1.13"
"fel": "^1.1.15"
},
"devDependencies": {
"@springworks/test-harness": "^1.3.2",
"babel-cli": "^6.8.0",
"babel-core": "^6.18.1",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-preset-es2015-node4": "^2.1.0",
"coveralls": "^2.11.9",
"eslint": "^4.3.0",
"eslint-config-springworks": "^7.0.3",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-mocha": "^4.0.0",
"eslint-plugin-springworks": "^2.0.1",
"istanbul": "^1.0.0-alpha.2",
"joi": "^10.0.1",
"mocha": "^3.0.0",
"pre-git": "^3.8.3",
"semantic-release": "^15.9.5"
"@springworks/test-harness": "^3.0.2",
"@springworks/tslint-config": "^2.0.0",
"@types/chai": "^4.1.0",
"@types/joi": "^13.4.4",
"@types/lodash": "^4.14.92",
"@types/mocha": "^5.2.0",
"@types/node": "^8.5.8",
"chai": "^4.1.2",
"joi": "^13.6.0",
"mocha": "^5.1.1",
"nyc": "^13.0.1",
"prettier": "^1.12.1",
"semantic-release": "^15.9.12",
"ts-node": "^7.0.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.12.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^3.0.0"
},
"nyc": {
"include": [
"src/**/*.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
]
},
"config": {

@@ -70,3 +91,3 @@ "pre-git": {

},
"version": "3.0.0"
"version": "4.0.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