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.27 to 1.0.28

3

dist/componentTypes.d.ts

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

dataKey?: string;
emit?: EmitObject;
isEditable?: boolean;

@@ -91,3 +92,3 @@ iteratorVar?: string;

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

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

{
"name": "noodl-types",
"version": "1.0.27",
"version": "1.0.28",
"description": "NOODL TypeScript Definitions",

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

},
"gitHead": "25460efb2e7eecb9f1a00546bb3590a17f58e0ac"
"gitHead": "21f8604194838b1cf3e7a113d341899eb4dd964b"
}
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