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.57 to 1.0.58

8

dist/actionTypes.d.ts

@@ -0,4 +1,8 @@

import { EmitObject } from './uncategorizedTypes';
export interface UncommonActionObjectProps {
actions?: any[];
contentType?: string;
emit?: EmitObject;
dataKey?: any;
dataIn?: any;
dataObject?: any;

@@ -8,4 +12,6 @@ destination?: string;

evolve?: boolean;
funcName: string;
funcName?: string;
message?: string;
object?: any;
pageReload?: boolean;
popUpView?: string;

@@ -12,0 +18,0 @@ reload?: boolean;

2

dist/identify.d.ts

@@ -5,3 +5,3 @@ import { StyleObject } from './styleTypes';

folds: {
actionChain(v: unknown): v is (T.ActionObject<string> | T.EmitObject | T.GotoObject)[];
actionChain(v: unknown): v is (T.EmitObject | T.GotoObject | T.ActionObject<string>)[];
component: {

@@ -8,0 +8,0 @@ any(v: unknown): v is T.AnyComponentObject;

{
"name": "noodl-types",
"version": "1.0.57",
"version": "1.0.58",
"description": "NOODL TypeScript Definitions",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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