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

@dreamworld/dw-checkbox

Package Overview
Dependencies
Maintainers
4
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.3 to 1.1.0-toggle.1

8

dw-checkbox.js

@@ -109,2 +109,10 @@ /**

}
/**
* Toggles current state of the checkbox
*/
toggle(){
this.shadowRoot.querySelector('dw-form-field').input.focus();
this.shadowRoot.querySelector('dw-form-field').input.click();
}

@@ -111,0 +119,0 @@ /**

2

package.json
{
"name": "@dreamworld/dw-checkbox",
"version": "1.0.3",
"version": "1.1.0-toggle.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dw-checkbox.js",

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