Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

noodl-types

Package Overview
Dependencies
Maintainers
6
Versions
241
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.243 to 1.0.244

0

dist/__tests__/identify.test.d.ts
export {};

@@ -0,0 +0,0 @@ "use strict";

export declare const componentTypes: readonly ["button", "chart", "divider", "footer", "header", "image", "label", "list", "listItem", "page", "plugin", "pluginHead", "pluginBodyTail", "popUp", "register", "select", "scrollView", "textField", "textView", "video", "view"];
export declare const minimalStyleKeys: string[];
export declare const minimalBorderStyleKeys: string[];

@@ -0,0 +0,0 @@ "use strict";

export * from './utils';

@@ -0,0 +0,0 @@ "use strict";

export declare type OrArray<V = any> = V | V[];
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

@@ -0,0 +0,0 @@ import type { NameField, ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

4

dist/actionTypes.d.ts

@@ -252,1 +252,5 @@ import type { LiteralUnion } from 'type-fest';

}
export interface ScanCameraActionObject extends ActionObject, Pick<UncommonActionObjectProps, 'object' | 'dataKey'> {
actionType: 'scanCamera';
[key: string]: any;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=actionTypes.js.map

@@ -0,0 +0,0 @@ import type { ActionObject } from './actionTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=componentTypes.js.map

3

dist/constants.d.ts

@@ -17,4 +17,5 @@ export declare const action: {

readonly updateObject: "updateObject";
readonly scanCamera: "scanCamera";
};
export declare const actionTypes: ("builtIn" | "evalObject" | "openCamera" | "openPhotoLibrary" | "openDocumentManager" | "pageJump" | "popUp" | "popUpDismiss" | "refresh" | "removeSignature" | "saveObject" | "saveSignature" | "getLocationAddress" | "register" | "updateObject")[];
export declare const actionTypes: ("builtIn" | "evalObject" | "openCamera" | "openPhotoLibrary" | "openDocumentManager" | "pageJump" | "popUp" | "popUpDismiss" | "refresh" | "removeSignature" | "saveObject" | "saveSignature" | "getLocationAddress" | "scanCamera" | "register" | "updateObject")[];
export declare const component: {

@@ -21,0 +22,0 @@ readonly button: "button";

@@ -20,2 +20,3 @@ "use strict";

updateObject: 'updateObject',
scanCamera: 'scanCamera',
};

@@ -22,0 +23,0 @@ exports.actionTypes = Object.values(exports.action);

@@ -0,0 +0,0 @@ import * as c from './constants';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=constantTypes.js.map

@@ -0,0 +0,0 @@ import type { LiteralUnion } from 'type-fest';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ecosTypes.js.map

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

updateObject: (v: any) => v is t.UpdateActionObject;
scanCamera: (v: any) => v is t.ScanCameraActionObject;
};

@@ -132,0 +133,0 @@ actionChain(v: unknown): boolean;

@@ -48,2 +48,3 @@ "use strict";

updateObject: identifyObj((v) => v.actionType === 'updateObject'),
scanCamera: identifyObj((v) => v.actionType === 'scanCamera'),
},

@@ -50,0 +51,0 @@ actionChain(v) {

@@ -0,0 +0,0 @@ export * from './actionTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { ComponentObject } from './componentTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=pageTypes.js.map

@@ -0,0 +0,0 @@ export interface StyleObject {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=styleTypes.js.map

@@ -0,0 +0,0 @@ import type { ReferenceString } from './ecosTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=uncategorizedTypes.js.map

@@ -0,0 +0,0 @@ import type { ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { ReferenceString } from '../ecosTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -14,3 +14,3 @@ {

],
"gitHead": "c9d3003b784b3352f16536c82b2b9690dffca559",
"gitHead": "6d108f53e0abdf619768a0084aff3ab7883a0268",
"homepage": "",

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

"types": "dist/index.d.ts",
"version": "1.0.243"
"version": "1.0.244"
}

Sorry, the diff of this file is not supported yet

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