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

@bpmn-io/form-js-viewer

Package Overview
Dependencies
Maintainers
8
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/form-js-viewer - npm Package Compare versions

Comparing version 1.8.1 to 1.8.3

1

dist/types/render/components/form-fields/ExpressionField.d.ts

@@ -8,2 +8,3 @@ export function ExpressionField(props: any): any;

export let keyed: boolean;
export let emptyValue: any;
export let escapeGridRender: boolean;

@@ -10,0 +11,0 @@ export function create(options?: {}): {

@@ -12,2 +12,8 @@ export function focusRelevantFlatpickerDay(flatpickrInstance: any): void;

export function isInvalidDateString(value: any): boolean;
export function getNullDateTime(): {
date: Date;
time: any;
};
export function isValidDate(date: any): boolean;
export function isValidTime(time: any): boolean;
export const ENTER_KEYDOWN_EVENT: KeyboardEvent;

1

dist/types/render/hooks/index.d.ts

@@ -13,3 +13,2 @@ export { useCondition } from "./useCondition";

export { useFlushDebounce } from "./useFlushDebounce";
export { useEffectOnChange } from "./useEffectOnChange";
export { useDeepCompareMemoize } from "./useDeepCompareMemoize";

@@ -16,0 +15,0 @@ export { useSingleLineTemplateEvaluation } from "./useSingleLineTemplateEvaluation";

{
"name": "@bpmn-io/form-js-viewer",
"version": "1.8.1",
"version": "1.8.3",
"description": "View forms - powered by bpmn.io",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.es.js",

@@ -67,3 +68,3 @@ "require": "./dist/index.cjs"

],
"gitHead": "98d0c362ba37b809703027173c58441c1a2af5c2"
"gitHead": "5b065bf91f29907ff39fee7f4252d639890bb84f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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