Socket
Socket
Sign inDemoInstall

@avocode/cancel-token

Package Overview
Dependencies
2
Maintainers
18
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0-rc.11 to 1.4.0-rc.12

5

index.js

@@ -68,2 +68,7 @@ const AbortController = require('abort-controller')

exports.isDisposed = isDisposed;
function isDisposed() {
return data.isDisposed;
}
exports.throwIfCancelled = throwIfCancelled;

@@ -70,0 +75,0 @@ function throwIfCancelled() {

2

package.json
{
"name": "@avocode/cancel-token",
"version": "1.4.0-rc.11",
"version": "1.4.0-rc.12",
"description": "A method for making async operations cancellable",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc