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

native-abort-controller

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-abort-controller - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

9

dist/src/index.d.ts

@@ -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

5

package.json
{
"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
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