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

@types/verror

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/verror - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

8

verror/index.d.ts

@@ -42,7 +42,7 @@ // Type definitions for verror 1.10

interface Options {
cause?: Error | null;
name?: string;
strict?: boolean;
cause?: Error | null | undefined;
name?: string | undefined;
strict?: boolean | undefined;
constructorOpt?(...args: any[]): void;
info?: Info;
info?: Info | undefined;
}

@@ -49,0 +49,0 @@

{
"name": "@types/verror",
"version": "1.10.4",
"version": "1.10.5",
"description": "TypeScript definitions for verror",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/verror",
"license": "MIT",

@@ -27,4 +28,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "b5d1cb540e44b52e6f17a02859a7e29acc6d467570a4d607fd87c132ba5be46f",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "d8e0a5beafa677acf6a6d33565237b3b6e90f0c456b285fca375295a10ce7ef8",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 15 May 2020 13:12:52 GMT
* Last updated: Fri, 02 Jul 2021 18:05:01 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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