Socket
Socket
Sign inDemoInstall

exception-formatter

Package Overview
Dependencies
1
Maintainers
9
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 2.0.0

exceptionFormatter.d.ts

27

package.json
{
"name": "exception-formatter",
"version": "1.0.7",
"version": "2.0.0",
"author": "Jason Walton <dev@lucid.thedreaming.org> (https://github.com/jwalton)",
"license": "MIT",
"keywords": [

@@ -19,16 +20,28 @@ "error",

"devDependencies": {
"chai": "^3.4.1",
"coffee-coverage": "^0.7.0",
"@benbria/semantic-release-config": "^1.0.0",
"chai": "^4.2.0",
"coffee-script": "^1.8.0",
"coveralls": "^2.11.4",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-config-benbria": "^4.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-promise": "^4.1.1",
"istanbul": "^0.4.0",
"longjohn": "^0.2.4",
"mocha": "^2.0.1"
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"semantic-release": "^15.13.3"
},
"main": "./lib/exceptionFormatter.js",
"types": "./exceptionFormatter.d.ts",
"files": [
"lib/**/*",
"exceptionFormatter.d.ts"
],
"scripts": {
"build": "coffee -c -o lib src",
"test": "mocha && istanbul report text-summary lcov",
"test": "nyc mocha 'test/**/*.js'",
"prepare": "npm run build",
"prepublishOnly": "npm run test"
"prepublishOnly": "npm run test",
"semantic-release": "semantic-release"
},

@@ -35,0 +48,0 @@ "engines": {

@@ -0,1 +1,2 @@

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Build Status](https://travis-ci.org/benbria/exception-formatter.svg?branch=master)](https://travis-ci.org/benbria/exception-formatter)

@@ -2,0 +3,0 @@ [![Coverage Status](https://coveralls.io/repos/benbria/exception-formatter/badge.svg?branch=master&service=github)](https://coveralls.io/github/benbria/exception-formatter?branch=master)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc