Socket
Socket
Sign inDemoInstall

make-error-cause

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

6

dist/index.js

@@ -8,5 +8,5 @@ "use strict";

var makeError = require('make-error');
function makeErrorCause(value, super_) {
if (super_ === void 0) { super_ = makeErrorCause.BaseError; }
return makeError(value, super_);
function makeErrorCause(value, _super) {
if (_super === void 0) { _super = makeErrorCause.BaseError; }
return makeError(value, _super);
}

@@ -13,0 +13,0 @@ var makeErrorCause;

{
"name": "make-error-cause",
"version": "1.1.0",
"version": "1.1.1",
"description": "Make your own nested error types!",

@@ -44,8 +44,8 @@ "main": "dist/index.js",

"istanbul": "1.0.0-alpha.2",
"pre-commit": "^1.0.6",
"tap-spec": "^4.1.1",
"ts-node": "^0.5.0",
"tslint": "^3.1.1",
"ts-node": "^0.9.0",
"tslint": "^3.10.2",
"tslint-config-standard": "^1.0.0",
"typescript": "^1.7.3",
"typings": "^0.7.2"
"typings": "^1.0.2"
},

@@ -52,0 +52,0 @@ "dependencies": {

@@ -8,5 +8,5 @@ {

},
"ambientDependencies": {
"globalDependencies": {
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#8cf8164641be73e8f1e652c2a5b967c7210b6729"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc