Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

2

dist/_internal/utils.d.ts
import { PlainObject } from '../internalTypes';
export declare function excludeKeys(keys1: string[], keys2: string | string[]): string[];
export declare function exists(v: unknown): boolean;
export declare function hasKey(key: string, value: any): any;
export declare function hasKey(key: string, value: any): boolean;
export declare function hasKeyEqualTo(key: string, value: any): boolean;

@@ -6,0 +6,0 @@ export declare function hasAllKeys(keys: string | string[]): (value: PlainObject) => boolean;

@@ -91,3 +91,3 @@ import { ActionObject } from './actionTypes';

}
export interface RegisterComponentObject extends ComponentObject, Pick<UncommonComponentObjectProps, 'dataKey' | 'emit' | 'onEvent'> {
export interface RegisterComponentObject extends ComponentObject, Pick<UncommonComponentObjectProps, 'actions' | 'dataKey' | 'emit' | 'onEvent'> {
type: 'register';

@@ -94,0 +94,0 @@ [key: string]: any;

{
"name": "noodl-types",
"version": "1.0.30",
"version": "1.0.31",
"description": "NOODL TypeScript Definitions",

@@ -33,3 +33,3 @@ "author": "Christopher Tran <christopher@aitmed.com>",

},
"gitHead": "ab2df4d6895e368abdab7bbb2154041bfda2976f"
"gitHead": "4152d6fde9a6fd00bed8d1e3da8003a6353a8a7f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc