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.74 to 1.0.75

4

dist/actionTypes.d.ts

@@ -1,6 +0,6 @@

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

@@ -7,0 +7,0 @@ dataIn?: any;

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

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

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

import { AnyActionObject } from './actionTypes';
import { StyleObject } from './styleTypes';
export declare type ActionChain = (AnyActionObject | EmitObject | GotoObject)[];
export declare type ActionChain = (AnyActionObject | EmitObjectFold | GotoObject)[];
export interface EmitObject {

@@ -5,0 +5,0 @@ actions: any[];

{
"name": "noodl-types",
"version": "1.0.74",
"version": "1.0.75",
"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