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

@waiting/shared-core

Package Overview
Dependencies
Maintainers
0
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-core - npm Package Compare versions

Comparing version 23.18.0 to 23.18.1

4

dist/lib/ffi.d.ts

@@ -1,5 +0,5 @@

export type FnCallParam = string | string[];
export type FnCallParams = FnCallParam[] | never[];
export type FnCallParam = string | string[] | readonly string[];
export type FnCallParams = FnCallParam[] | readonly FnCallParam[] | never[];
export type FnParamsExpand = string[][];
export declare function expandFFIParamArray(input: FnCallParams): FnParamsExpand;
//# sourceMappingURL=ffi.d.ts.map
{
"name": "@waiting/shared-core",
"author": "waiting",
"version": "23.18.0",
"version": "23.18.1",
"description": "node core function re export with Promise or Observable",

@@ -80,3 +80,3 @@ "keywords": [

},
"gitHead": "d924f37d896368b0c2caa2a592afbb9b7df0b806"
"gitHead": "d1f63a2c5f11672b2151c983aa94fca9eef4c1f0"
}
export type FnCallParam = string | string[]
export type FnCallParams = FnCallParam[] | never[]
export type FnCallParam = string | string[] | readonly string[]
export type FnCallParams = FnCallParam[] | readonly FnCallParam[] | never[]
export type FnParamsExpand = string[][]

@@ -5,0 +5,0 @@

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