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.12 to 1.0.13

4

dist/index.d.ts

@@ -54,6 +54,6 @@ export default ExtendablePromise;

declare namespace ExtendablePromise {
const ExecutionError: "ExecutionError";
const InstantiationError: "InstantiationError";
const ExecutionError: `${string}|ExecutionError`;
const InstantiationError: `${string}|InstantiationError`;
}
import * as UniqueSymbols from '@js-bits/enumerate/types/unique-symbols';

@@ -112,7 +112,2 @@ import enumerate from '@js-bits/enumerate';

/**
* Remove prefix for typescript to make error names overridable
* @type {import("@js-bits/enumerate/types/types").EnumType<"InstantiationError ExecutionError", StringConstructor>}
*/
// @ts-expect-error ts(2322)
const ERRORS = enumerate.ts(

@@ -119,0 +114,0 @@ `

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