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

@waiting/shared-types

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types - npm Package Compare versions

Comparing version 23.4.0 to 23.6.0

4

dist/lib/func.d.ts
export interface Func {
/**
* Returns the name of the function. Function names are read-only and can not be changed.
*/
readonly name: string;
(...args: any[]): any | Promise<any>;

@@ -3,0 +7,0 @@ (this: any, ...args: any[]): any | Promise<any>;

4

package.json
{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "23.4.0",
"version": "23.6.0",
"description": "shared typescript types",

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

},
"gitHead": "ea85cf374d4f3e88b3c3ba32bdbd1b2e702f74b2"
"gitHead": "8c2868045846f7045fe02fe9fac8f66d8994ffc5"
}

@@ -6,2 +6,6 @@ /* eslint-disable @typescript-eslint/no-redundant-type-constituents */

export interface Func {
/**
* Returns the name of the function. Function names are read-only and can not be changed.
*/
readonly name: string
(...args: any[]): any | Promise<any>

@@ -8,0 +12,0 @@ (this: any, ...args: any[]): any | Promise<any>

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