Socket
Socket
Sign inDemoInstall

@js-bits/xpromise

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-bits/xpromise - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

10

dist/index.d.ts

@@ -53,4 +53,10 @@ export default ExtendablePromise;

reject(reason: Error): this;
[UniqueSymbols.UNIQUE_SYMBOL493]: Resolve<T>;
[UniqueSymbols.UNIQUE_SYMBOL494]: Reject;
/**
* @readonly
*/
readonly [UniqueSymbols.UNIQUE_SYMBOL493]: Resolve<T>;
/**
* @readonly
*/
readonly [UniqueSymbols.UNIQUE_SYMBOL494]: Reject;
[UniqueSymbols.UNIQUE_SYMBOL492]: (resolve: Resolve<T>, reject: Reject, ...rest: unknown[]) => void;

@@ -57,0 +63,0 @@ }

@@ -63,3 +63,11 @@ import enumerate from '@js-bits/enumerate';

});
/**
* @readonly
*/
this[ø.resolve] = resolve;
/**
* @readonly
*/
this[ø.reject] = reject;

@@ -66,0 +74,0 @@

2

package.json
{
"name": "@js-bits/xpromise",
"version": "1.0.6",
"version": "1.0.7",
"description": "Extendable Promise",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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