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

@dreamworld/dw-form

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/dw-form - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1-add-type-module.1

2

demo/dw-composite-form-element-demo.js

@@ -82,2 +82,2 @@ import { css, html, LitElement } from '@dreamworld/pwa-helpers/lit.js';

window.customElements.define('dw-composite-form-element-demo', DwCompositeFormElementDemo);
customElements.define('dw-composite-form-element-demo', DwCompositeFormElementDemo);

@@ -92,2 +92,2 @@ import { html, css, LitElement} from '@dreamworld/pwa-helpers/lit.js';

window.customElements.define('dw-form-demo', DwFormDemo);
customElements.define('dw-form-demo', DwFormDemo);

@@ -61,2 +61,2 @@ import { html, css, LitElement } from '@dreamworld/pwa-helpers/lit.js';

window.customElements.define('dw-form-field-demo', DwFormFieldDemo);
customElements.define('dw-form-field-demo', DwFormFieldDemo);

@@ -199,2 +199,2 @@ import { css, html, LitElement } from '@dreamworld/pwa-helpers/lit.js';

window.customElements.define('dw-composite-form-element', DwCompositeFormElement);
customElements.define('dw-composite-form-element', DwCompositeFormElement);

@@ -140,2 +140,2 @@ import { LitElement, html, css, unsafeCSS } from "@dreamworld/pwa-helpers/lit.js";

window.customElements.define("dw-form-field", DwFormField);
customElements.define("dw-form-field", DwFormField);

@@ -139,2 +139,2 @@ import { html, css, LitElement } from '@dreamworld/pwa-helpers/lit.js';

window.customElements.define('dw-form', DwForm);
customElements.define('dw-form', DwForm);
{
"name": "@dreamworld/dw-form",
"version": "4.1.0",
"version": "4.1.1-add-type-module.1",
"description": "",
"main": "dw-form.js",
"type": "module",
"scripts": {

@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

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