native-abort-controller
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,9 +0,2 @@ | ||
export const AbortController: { | ||
new (): AbortController; | ||
prototype: AbortController; | ||
} | typeof import("abort-controller").default; | ||
export const AbortSignal: { | ||
new (): AbortSignal; | ||
prototype: AbortSignal; | ||
} | typeof import("abort-controller").AbortSignal; | ||
export { AbortSignal, AbortController }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "native-abort-controller", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Returns native AbortController/AbortSignal if available or the abort-controller module if not", | ||
@@ -30,3 +30,4 @@ "main": "src/index.js", | ||
"abort-controller": "^3.0.0", | ||
"aegir": "^30.3.0" | ||
"aegir": "^35.0.3", | ||
"util": "^0.12.4" | ||
}, | ||
@@ -33,0 +34,0 @@ "contributors": [ |
@@ -11,5 +11,3 @@ 'use strict' | ||
module.exports = { | ||
AbortController: impl.AbortController, | ||
AbortSignal: impl.AbortSignal | ||
} | ||
module.exports.AbortSignal = impl.AbortSignal | ||
module.exports.AbortController = impl.AbortController |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
2905
3
5
10
1