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

@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.3 to 1.0.4

2

dist/index.d.ts

@@ -40,3 +40,3 @@ export default ExtendablePromise;

*/
execute(...args: unknown[][]): this;
execute(...args: unknown[]): this;
/**

@@ -43,0 +43,0 @@ * Resolves `ExtendablePromise`

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

*/
execute(/** @type {...unknown[]} */ ...args) {
execute(/** @type {unknown[]} */ ...args) {
if (this[ø.executor]) {

@@ -89,0 +89,0 @@ try {

{
"name": "@js-bits/xpromise",
"version": "1.0.3",
"version": "1.0.4",
"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