New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bpmn-io/form-js-viewer

Package Overview
Dependencies
Maintainers
9
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 0.9.7 to 0.9.8

0

dist/types/core/EventBus.d.ts
export {};

@@ -0,0 +0,0 @@ declare class FormFieldRegistry {

@@ -0,0 +0,0 @@ export { FormFieldRegistry };

@@ -0,0 +0,0 @@ declare class Validator {

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

@@ -0,0 +0,0 @@ declare class Importer {

@@ -0,0 +0,0 @@ declare namespace _default {

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

export default function Description(props: any): import("preact").JSX.Element;
export default function Errors(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Button(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Checkbox(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Checklist(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Default(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Number(props: any): import("preact").JSX.Element;

export default function DropdownList(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Radio(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Select(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Taglist(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Text(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ declare function Textfield(props: any): import("preact").JSX.Element;

export default function FormComponent(props: any): import("preact").JSX.Element;
export default function FormField(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ export const formFields: (typeof Button | typeof Default | typeof Radio | typeof Text)[];

export default function Label(props: any): import("preact").JSX.Element;
export default function PoweredBy(props: any): import("preact").JSX.Element;

@@ -0,0 +0,0 @@ export function formFieldClasses(type: any, errors?: any[]): string;

@@ -0,0 +0,0 @@ export default FormContext;

@@ -0,0 +0,0 @@ export default FormRenderContext;

export { default as FormRenderContext } from "./FormRenderContext";
export { default as FormContext } from "./FormContext";

@@ -0,0 +0,0 @@ export default class FormFields {

export default function useKeyDownAction(targetKey: any, action: any, listenerElement?: Window & typeof globalThis): void;
export default function _default(type: any, strict: any): any;

@@ -0,0 +0,0 @@ export { FormFields };

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

@@ -0,0 +0,0 @@ export function findErrors(errors: any, path: any): any;

export function createInjector(bootstrapModules: any): Injector;
import { Injector } from "didi";

6

package.json
{
"name": "@bpmn-io/form-js-viewer",
"version": "0.9.7",
"version": "0.9.8",
"description": "View forms - powered by bpmn.io",

@@ -45,3 +45,3 @@ "exports": {

"ids": "^1.0.0",
"min-dash": "^3.8.1",
"min-dash": "^4.0.0",
"preact": "^10.5.14",

@@ -56,3 +56,3 @@ "preact-markup": "^2.1.1"

],
"gitHead": "1a03c0cf4e21c658387d9f7f52887dd8e0ffc925"
"gitHead": "357dfcdd0c046494c54e26b35e415e0e688f8f7c"
}
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