@types/es-aggregate-error
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package