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

@dreamworld/dw-checkbox

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/dw-checkbox - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dw-checkbox.js

@@ -13,4 +13,4 @@ /**

import '@material/mwc-checkbox';
import '@dw/dw-form/dw-form-field';
import { DwFormElement } from '@dw/dw-form/dw-form-element';
import '@dreamworld/dw-form/dw-form-field';
import { DwFormElement } from '@dreamworld/dw-form/dw-form-element';

@@ -17,0 +17,0 @@ export class DwCheckbox extends DwFormElement(LitElement) {

{
"name": "@dreamworld/dw-checkbox",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"main": "dw-checkbox.js",
"scripts": {

@@ -24,5 +24,5 @@ "test": "echo \"Error: no test specified\" && exit 1"

"dependencies": {
"@dw/dw-form": "0.1.0",
"@dreamworld/dw-form": "0.1.0",
"@material/mwc-checkbox": "^0.6.0"
}
}

@@ -8,3 +8,3 @@ # dw-checkbox

``` html
npm install --save @dw/dw-checkbox
npm install --save @dreamworld/dw-checkbox
```

@@ -15,3 +15,3 @@

``` html
import '@dw/dw-checkbox/dw-checkbox';
import '@dreamworld/dw-checkbox';
```

@@ -18,0 +18,0 @@

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