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

real-cancellable-promise

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

real-cancellable-promise - npm Package Compare versions

Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2

dist/index.mjs

10

dist/index.js

@@ -0,1 +1,5 @@

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
/**

@@ -261,2 +265,6 @@ * If canceled, a [[`CancellablePromise`]] should throw an `Cancellation` object.

export { CancellablePromise, Cancellation, buildCancellablePromise, isPromiseWithCancel, pseudoCancellable };
exports.CancellablePromise = CancellablePromise;
exports.Cancellation = Cancellation;
exports.buildCancellablePromise = buildCancellablePromise;
exports.isPromiseWithCancel = isPromiseWithCancel;
exports.pseudoCancellable = pseudoCancellable;

6

package.json
{
"name": "real-cancellable-promise",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"description": "A simple cancellable promise implementation that cancels the underlying HTTP call.",

@@ -18,4 +18,4 @@ "keywords": [

"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",

@@ -22,0 +22,0 @@ "scripts": {

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