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.69 to 1.0.70

1

dist/ecosTypes.d.ts

@@ -29,2 +29,3 @@ export interface EcosDocument<N extends NameField.Base = NameField.Base> {

tags?: string[];
note?: string;
title?: string;

@@ -31,0 +32,0 @@ type: Type;

4

dist/identify.d.ts

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

};
emit(value: unknown): value is {
emit: T.EmitObject;
};
emit(value: unknown): value is T.EmitObject;
goto(value: unknown): value is {

@@ -87,0 +85,0 @@ goto: T.GotoUrl | T.GotoObject;

@@ -291,3 +291,3 @@ "use strict";

emit: function (value) {
return u.isObj(value) && 'emit' in value;
return u.isObj(value) && 'actions' in value;
},

@@ -294,0 +294,0 @@ goto: function (value) {

@@ -5,8 +5,5 @@ import { AnyActionObject } from './actionTypes';

export interface EmitObject {
emit: {
actions: any[];
dataKey?: string | {
[key: string]: string;
};
[key: string]: any;
actions: any[];
dataKey?: string | {
[key: string]: string;
};

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

{
"name": "noodl-types",
"version": "1.0.69",
"version": "1.0.70",
"description": "NOODL TypeScript Definitions",

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

Sorry, the diff of this file is not supported yet

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