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.181 to 1.0.182

4

package.json

@@ -18,3 +18,3 @@ {

},
"gitHead": "64e536c066688dd225c6ee454d1a00822e951155",
"gitHead": "711b2d35a18b336f4c5c986bce163680efe772ac",
"homepage": "",

@@ -47,3 +47,3 @@ "license": "ISC",

"typings": "./dist/index.d.ts",
"version": "1.0.181"
"version": "1.0.182"
}

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

export * from './utils.js'
export * from './utils'
import get from 'lodash.get'
import has from 'lodash.has'
import { NameField, ReferenceString } from '../ecosTypes.js'
import { NameField, ReferenceString } from '../ecosTypes'

@@ -108,3 +108,3 @@ export function excludeKeys(keys1: string[], keys2: string | string[]) {

export function isJs(s = '') {
return s.endsWith('.js')
return s.endsWith('')
}

@@ -111,0 +111,0 @@

import { LiteralUnion } from 'type-fest'
import { OrArray } from './_internal/types.js'
import { EmitObjectFold, GotoObject, IfObject } from './uncategorizedTypes.js'
import { BuiltInEvalObject, DataIn, ReferenceString } from './ecosTypes.js'
import { OrArray } from './_internal/types'
import { EmitObjectFold, GotoObject, IfObject } from './uncategorizedTypes'
import { BuiltInEvalObject, DataIn, ReferenceString } from './ecosTypes'

@@ -6,0 +6,0 @@ export interface UncommonActionObjectProps {

@@ -1,9 +0,5 @@

import { ActionObject } from './actionTypes.js'
import { ContentType, EventType } from './constantTypes.js'
import { ActionObject } from './actionTypes'
import { ContentType, EventType } from './constantTypes'
import { StyleObject, StyleTextAlign, StyleTextAlignObject } from './styleTypes'
import {
StyleObject,
StyleTextAlign,
StyleTextAlignObject,
} from './styleTypes.js'
import {
ActionChain,

@@ -14,3 +10,3 @@ EmitObject,

TextBoardObject,
} from './uncategorizedTypes.js'
} from './uncategorizedTypes'

@@ -17,0 +13,0 @@ export type UncommonComponentObjectProps = {

@@ -1,2 +0,2 @@

import * as c from './constants.js'
import * as c from './constants'

@@ -3,0 +3,0 @@ export type ActionType = typeof c.actionTypes[number]

@@ -1,3 +0,3 @@

import { EmitObject, EmitObjectFold, IfObject } from './uncategorizedTypes.js'
import { OrArray } from './_internal/types.js'
import { EmitObject, EmitObjectFold, IfObject } from './uncategorizedTypes'
import { OrArray } from './_internal/types'

@@ -4,0 +4,0 @@ export type RootConfig = {

@@ -1,13 +0,13 @@

import { componentTypes } from './_internal/constants.js'
import { ComponentType } from './constantTypes.js'
import isAwaitReference from './utils/isAwaitReference.js'
import isEvalReference from './utils/isEvalReference.js'
import isEvalLocalReference from './utils/isEvalLocalReference.js'
import isEvalRootReference from './utils/isEvalRootReference.js'
import isLocalReference from './utils/isLocalReference.js'
import isRootReference from './utils/isRootReference.js'
import isTildeReference from './utils/isTildeReference.js'
import isTraverseReference from './utils/isTraverseReference.js'
import * as t from './index.js'
import * as i from './_internal/index.js'
import { componentTypes } from './_internal/constants'
import { ComponentType } from './constantTypes'
import isAwaitReference from './utils/isAwaitReference'
import isEvalReference from './utils/isEvalReference'
import isEvalLocalReference from './utils/isEvalLocalReference'
import isEvalRootReference from './utils/isEvalRootReference'
import isLocalReference from './utils/isLocalReference'
import isRootReference from './utils/isRootReference'
import isTildeReference from './utils/isTildeReference'
import isTraverseReference from './utils/isTraverseReference'
import * as t from './index'
import * as i from './_internal/index'

@@ -14,0 +14,0 @@ type PlainObject<O extends Record<string, any> = Record<string, any>> = Record<

@@ -1,9 +0,9 @@

export * from './actionTypes.js'
export * from './componentTypes.js'
export * from './constantTypes.js'
export * from './ecosTypes.js'
export * from './pageTypes.js'
export * from './styleTypes.js'
export * from './uncategorizedTypes.js'
export * from './constants.js'
export { Identify } from './Identify.js'
export * from './actionTypes'
export * from './componentTypes'
export * from './constantTypes'
export * from './ecosTypes'
export * from './pageTypes'
export * from './styleTypes'
export * from './uncategorizedTypes'
export * from './constants'
export { Identify } from './Identify'

@@ -1,2 +0,2 @@

import { ComponentObject } from './componentTypes.js'
import { ComponentObject } from './componentTypes'

@@ -3,0 +3,0 @@ export interface PageObject {

@@ -1,3 +0,3 @@

import { ActionObject } from './actionTypes.js'
import { StyleObject } from './styleTypes.js'
import { ActionObject } from './actionTypes'
import { StyleObject } from './styleTypes'

@@ -4,0 +4,0 @@ export type ActionChain = (

@@ -1,2 +0,2 @@

import { ReferenceString } from '../ecosTypes.js'
import { ReferenceString } from '../ecosTypes'

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { ReferenceString } from '../ecosTypes.js'
import { ReferenceString } from '../ecosTypes'

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { ReferenceString } from '../ecosTypes.js'
import { ReferenceString } from '../ecosTypes'

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { ReferenceString } from '../ecosTypes.js'
import { ReferenceString } from '../ecosTypes'

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { ReferenceString } from '../ecosTypes.js'
import { ReferenceString } from '../ecosTypes'

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { ReferenceString } from '../ecosTypes.js'
import { ReferenceString } from '../ecosTypes'

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { ReferenceString } from '../ecosTypes.js'
import { ReferenceString } from '../ecosTypes'

@@ -3,0 +3,0 @@ /**

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