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
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.12.0 to 0.12.1

dist/types/types.d.ts

4

dist/types/Form.d.ts

@@ -142,4 +142,4 @@ /**

};
export type OnEventWithPriority = OnEventWithPriority;
export type OnEventWithOutPriority = OnEventWithOutPriority;
export type OnEventWithPriority = (type: FormEvent, priority: number, handler: Function) => void;
export type OnEventWithOutPriority = (type: FormEvent, handler: Function) => void;
export type OnEventType = OnEventWithPriority & OnEventWithOutPriority;

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

export namespace iconsByType {
export { ButtonIcon as button };
export { CheckboxIcon as checkbox };
export { ChecklistIcon as checklist };
export { ColumnsIcon as columns };
export { DatetimeIcon as datetime };
export { ImageIcon as image };
export { NumberIcon as number };
export { RadioIcon as radio };
export { SelectIcon as select };
export { TaglistIcon as taglist };
export { TextIcon as text };
export { TextfieldIcon as textfield };
export { TextareaIcon as textarea };
export { FormIcon as default };
}
export function iconsByType(type: any): any;
{
"name": "@bpmn-io/form-js-viewer",
"version": "0.12.0",
"version": "0.12.1",
"description": "View forms - powered by bpmn.io",

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

"dev": "npm test -- --auto-watch --no-single-run",
"generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --outDir dist/types src/index.js && copyfiles src/*.d.ts dist/types",
"generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --outDir dist/types src/index.js && copyfiles --flat src/*.d.ts dist/types",
"test": "karma start",

@@ -60,3 +60,3 @@ "prepublishOnly": "npm run build"

],
"gitHead": "a0f3d50d21422053ebd8aeb933fb026ccf8d9209"
"gitHead": "e4a01e3215209858258b2fb83dfc09b86fccc0db"
}

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 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