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.193 to 1.0.194

2

dist/identify.d.ts

@@ -14,3 +14,3 @@ import isAwaitReference from './utils/isAwaitReference';

component: {
any<O extends Record<string, any>>(v: unknown): v is t.ActionObject<string> & O;
any<O extends Record<string, any>>(v: unknown): v is t.ComponentObject<any> & O;
} & {

@@ -17,0 +17,0 @@ page: <K extends "page" | "popUp" | "register" | "button" | "canvas" | "chart" | "chatList" | "ecosDoc" | "divider" | "footer" | "header" | "image" | "label" | "list" | "listItem" | "map" | "plugin" | "pluginHead" | "pluginBodyTail" | "select" | "scrollView" | "textField" | "textView" | "video" | "view">(v: unknown) => v is Omit<t.ActionObject<string>, "type"> & {

@@ -40,3 +40,3 @@ {

"typings": "./dist/index.d.ts",
"version": "1.0.193"
"version": "1.0.194"
}
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