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.4 to 1.0.5

5

dist/index.d.ts

@@ -53,2 +53,7 @@ export default ExtendablePromise;

reject(reason: Error): this;
[UniqueSymbols.UNIQUE_SYMBOL1]: Resolve<T>;
[UniqueSymbols.UNIQUE_SYMBOL2]: Reject;
[UniqueSymbols.UNIQUE_SYMBOL0]: (resolve: Resolve<T>, reject: Reject, ...rest: unknown[]) => void;
}
import * as UniqueSymbols from '@js-bits/enumerate/types/unique-symbols';

7

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

@@ -25,3 +25,4 @@ "keywords": [

"build": "rimraf ./dist && yarn build:dts && rollup ./index.js --format cjs --file dist/index.cjs --exports default",
"build:dts": "tsc ./index.js --allowJs --emitDeclarationOnly --declaration --outDir dist",
"build:dts": "tsc ./index.js --allowJs --emitDeclarationOnly --declaration --outDir dist && yarn replace:symbols ./dist/index.d.ts",
"replace:symbols": "node node_modules/@js-bits/enumerate/scripts/replace-unique-symbols",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",

@@ -70,4 +71,4 @@ "test-cjs": "jest --verbose",

"dependencies": {
"@js-bits/enumerate": "^1.0.10"
"@js-bits/enumerate": "^1.0.15"
}
}
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