Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
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.19 to 1.0.20

dist/__tests__/identify.test.js.map

1

dist/__tests__/identify.test.js

@@ -46,1 +46,2 @@ "use strict";

});
//# sourceMappingURL=identify.test.js.map

@@ -25,1 +25,2 @@ "use strict";

exports.minimalBorderStyleKeys = ['color', 'style', 'width'];
//# sourceMappingURL=constants.js.map

@@ -14,1 +14,2 @@ "use strict";

__exportStar(require("./utils"), exports);
//# sourceMappingURL=index.js.map

@@ -107,1 +107,2 @@ "use strict";

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

2

dist/constantTypes.d.ts
export declare type ActionType = 'builtIn' | 'evalObject' | 'pageJump' | 'popUp' | 'popUpDismiss' | 'refresh' | 'saveObject' | 'updateObject';
export declare type ComponentType = 'button' | 'divider' | 'footer' | 'header' | 'image' | 'label' | 'list' | 'listItem' | 'page' | 'plugin' | 'pluginHead' | 'pluginBodyTail' | 'popUp' | 'register' | 'select' | 'scrollView' | 'textField' | 'textView' | 'video' | 'view';
export declare type ContentType = 'countryCode' | 'email' | 'formattedDate' | 'formattedDuration' | 'listObject' | 'number' | 'password' | 'passwordHidden' | 'phoneNumber' | 'phone' | 'tel' | 'text' | 'videoSubStream' | 'vidoeSubStream';
export declare type ContentType = 'countryCode' | 'email' | 'formattedDate' | 'formattedDuration' | 'listObject' | 'number' | 'password' | 'passwordHidden' | 'phoneNumber' | 'phone' | 'tel' | 'text' | 'timer' | 'videoSubStream' | 'vidoeSubStream';
export declare type EventType = 'onClick' | 'onChange' | 'onHover' | 'onMouseEnter' | 'onMouseLeave' | 'onMouseOut' | 'onMouseOver';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=constantTypes.js.map

@@ -213,1 +213,2 @@ "use strict";

})();
//# sourceMappingURL=Identify.js.map

@@ -22,1 +22,2 @@ "use strict";

Object.defineProperty(exports, "identify", { enumerable: true, get: function () { return Identify_1.identify; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=internalTypes.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=pageTypes.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=styleTypes.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=uncategorizedTypes.js.map
{
"name": "noodl-types",
"version": "1.0.19",
"version": "1.0.20",
"description": "NOODL TypeScript Definitions",

@@ -25,3 +25,3 @@ "author": "Christopher Tran <christopher@aitmed.com>",

},
"gitHead": "a6bf3c5195753e22d150f640dea6e230fe6466cd"
"gitHead": "fc0bcbd6e05eabd2c789311e01bbd8519b7a4b9d"
}
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