Socket
Socket
Sign inDemoInstall

make-error-cause

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-error-cause - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/index.d.ts

@@ -6,3 +6,3 @@ import makeError = require('make-error');

cause: Error;
constructor(message: string, cause: Error);
constructor(message: string, cause?: Error);
toString(): string;

@@ -9,0 +9,0 @@ }

{
"name": "make-error-cause",
"version": "1.0.1",
"version": "1.0.2",
"description": "Make your own error types, with a cause!",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"scripts": {
"lint": "tslint src/**/*.ts",
"lint": "tslint \"src/**/*.ts\"",
"build": "rm -rf dist/ && tsc",

@@ -15,0 +15,0 @@ "test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-spec",

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