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

@vonage/vwc-checkbox

Package Overview
Dependencies
Maintainers
13
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vwc-checkbox - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [2.2.3](https://github.com/vonage/vivid/compare/v2.2.2...v2.2.3) (2021-03-30)
## [2.2.2](https://github.com/vonage/vivid/compare/v2.2.1...v2.2.2) (2021-03-19)

@@ -2,0 +6,0 @@

14

package.json
{
"name": "@vonage/vwc-checkbox",
"version": "2.2.2",
"version": "2.2.3",
"description": "> TODO: description",

@@ -31,5 +31,5 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/checkbox#readme",

"@material/mwc-checkbox": "^0.20.0",
"@vonage/vvd-core": "^2.2.2",
"@vonage/vvd-foundation": "^2.2.2",
"@vonage/vvd-style-coupling": "^2.2.2",
"@vonage/vvd-core": "^2.2.3",
"@vonage/vvd-foundation": "^2.2.3",
"@vonage/vvd-style-coupling": "^2.2.3",
"lit-element": "^2.4.0",

@@ -39,7 +39,7 @@ "tslib": "^2.0.3"

"devDependencies": {
"@vonage/vvd-design-tokens": "^2.2.2",
"@vonage/vvd-umbrella": "^2.2.2",
"@vonage/vvd-design-tokens": "^2.2.3",
"@vonage/vvd-umbrella": "^2.2.3",
"typescript": "^4.1.3"
},
"gitHead": "033c17ffd4dd830f077ab17bfbb0226716cf6b74"
"gitHead": "118a7f0660db1fb037bd2080bdd31065b376494e"
}

@@ -9,2 +9,4 @@ import '@vonage/vvd-core';

export const COMPONENT_NAME = 'vwc-checkbox';
declare global {

@@ -11,0 +13,0 @@ interface HTMLElementTagNameMap {

import '@vonage/vvd-core';
import { TemplateResult } from 'lit-element';
import { Checkbox as MWCCheckbox } from '@material/mwc-checkbox';
export declare const COMPONENT_NAME = "vwc-checkbox";
declare global {

@@ -5,0 +6,0 @@ interface HTMLElementTagNameMap {

@@ -9,2 +9,3 @@ import { __decorate } from "tslib";

import { handleAutofocus } from '@vonage/vvd-foundation/general-utils';
export const COMPONENT_NAME = 'vwc-checkbox';
/* eslint-disable @typescript-eslint/ban-ts-comment */

@@ -11,0 +12,0 @@ // @ts-ignore

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