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

@mcwv/checkbox

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcwv/checkbox - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

3

checkbox.js
/* eslint-disable quote-props */
import { getCorrectEventName } from '@material/animation/index';
import MDCCheckboxFoundation from '@material/checkbox/foundation';
import { applyPassive } from '@material/dom/events';
import MDCFormFieldFoundation from '@material/form-field/foundation';
import { applyPassive, DispatchFocusMixin, VMAUniqueIdMixin } from '@mcwv/base';
import { DispatchFocusMixin, VMAUniqueIdMixin } from '@mcwv/base';
import { RippleBase } from '@mcwv/ripple';

@@ -7,0 +8,0 @@

{
"name": "@mcwv/checkbox",
"description": "The Vue Material Adapter for the web checkbox component",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",

@@ -19,7 +19,8 @@ "main": "dist/mcwv.checkbox.min.js",

"dependencies": {
"@material/checkbox": "^2.3.0",
"@mcwv/base": "^0.9.0",
"@mcwv/ripple": "^0.9.0"
"@material/checkbox": "^3.0.0",
"@material/dom": "^3.0.0",
"@mcwv/base": "^0.10.0",
"@mcwv/ripple": "^0.10.0"
},
"gitHead": "c1c18cf24c280b8345c7810d22a3f635ee49730b"
"gitHead": "43f9928f7e26c14fa6f8809e51ab81592fd082c4"
}
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