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

@abcnews/err

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abcnews/err - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/index.js

19

package.json
{
"name": "@abcnews/err",
"version": "1.0.0",
"version": "1.0.1",
"description":
"Light weight error reporting module which wraps ABC News built in logging.",
"main": "index.js",
"main": "lib/index.js",
"babel": {
"presets": ["es2015"]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
},

@@ -14,3 +18,3 @@ "repository": {

},
"keywords": ["err"],
"keywords": ["error", "logging"],
"author": "Simon Elvery",

@@ -21,3 +25,8 @@ "license": "ISC",

},
"homepage": "https://github.com/abcnews/err#readme"
"homepage": "https://github.com/abcnews/err#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}
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