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

@types/es-aggregate-error

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/es-aggregate-error - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

es-aggregate-error/implementation.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

readonly errors: ReadonlyArray<any>;
readonly name: 'AggregateError';
readonly name: "AggregateError";
readonly message: string;

@@ -8,0 +8,0 @@

@@ -6,5 +6,5 @@ // Type definitions for es-aggregate-error 1.0

import implementation = require('./implementation');
import getPolyfill = require('./polyfill');
import shim = require('./shim');
import implementation = require("./implementation");
import getPolyfill = require("./polyfill");
import shim = require("./shim");

@@ -11,0 +11,0 @@ declare class AggregateError extends implementation {

{
"name": "@types/es-aggregate-error",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for es-aggregate-error",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/es-aggregate-error",

},
"typesPublisherContentHash": "d848f42b2b49f13e84c30f9584b95ea79bafe297c4dc39bae4e28b06af590c71",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "7e83c5456923b5dce69402d323b44a7c24d3b334121dcf1fef42d9e2ee388dc4",
"typeScriptVersion": "4.5"
}

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

import implementation = require('./implementation');
import implementation = require("./implementation");

@@ -3,0 +3,0 @@ declare function getPolyfill(): typeof implementation;

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

### Additional Details
* Last updated: Sun, 20 Jun 2021 19:31:09 GMT
* Last updated: Sat, 23 Sep 2023 17:07:22 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

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

import implementation = require('./implementation');
import implementation = require("./implementation");

@@ -3,0 +3,0 @@ declare function shimAggregateError(): typeof implementation;

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