Socket
Socket
Sign inDemoInstall

@xylabs/promise

Package Overview
Dependencies
Maintainers
0
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/promise - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

6

package.json

@@ -11,3 +11,3 @@ {

"email": "support@xylabs.com",
"url": "https://github.com/xylabs/sdk-js/issues"
"url": "git+https://github.com/xylabs/sdk-js/issues"
},

@@ -46,7 +46,7 @@ "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

"type": "git",
"url": "https://github.com/xylabs/sdk-js.git"
"url": "git+https://github.com/xylabs/sdk-js.git"
},
"sideEffects": false,
"version": "4.0.1",
"version": "4.0.2",
"type": "module"
}

@@ -1,2 +0,2 @@

import { TypedValue } from './Typed.ts'
import type { TypedValue } from './Typed.ts'

@@ -3,0 +3,0 @@ export interface PromiseType {

@@ -1,2 +0,2 @@

import { PromiseEx } from './PromiseEx.ts'
import type { PromiseEx } from './PromiseEx.ts'

@@ -3,0 +3,0 @@ export type Promisable<T, V = never> = PromiseEx<T, V> | Promise<T> | T

@@ -1,2 +0,2 @@

import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {

@@ -3,0 +3,0 @@ compile: {

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