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

yerror

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yerror - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

karma.conf.js

17

package.json
{
"name": "yerror",
"version": "2.0.0",
"version": "2.1.0",
"description": "It helps to know why you got an error.",
"main": "src/index.js",
"scripts": {
"test": "mocha tests/*.mocha.js",
"coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000",
"test": "mocha src/*.mocha.js && karma start karma.conf.js",
"coveralls": "istanbul cover _mocha --report lcovonly -- src/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"cover": "istanbul cover --report html _mocha -- src/*.mocha.js -R spec -t 5000",
"cli": "env NPM_RUN_CLI=1",
"lint": "eslint src/index.js tests/index.mocha.js",
"lint": "eslint src/*.js",
"preversion": "npm run lint && npm test"

@@ -32,2 +32,3 @@ },

"devDependencies": {
"browserify": "^14.4.0",
"coveralls": "~2.11.2",

@@ -37,2 +38,8 @@ "eslint": "^3.4.0",

"istanbul": "^0.4.2",
"karma": "^1.7.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.1.0",
"mocha": "^3.0.2",

@@ -39,0 +46,0 @@ "mocha-lcov-reporter": "^1.0.0"

@@ -28,3 +28,5 @@ 'use strict';

Error.captureStackTrace(this, this.constructor);
if(Error.captureStackTrace) {
Error.captureStackTrace(this, this.constructor);
}
}

@@ -31,0 +33,0 @@

Sorry, the diff of this file is not supported yet

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