@vonage/vwc-checkbox
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -1,4 +0,9 @@ | ||
# 0.5.0 (2020-08-20) | ||
# 0.6.0 (2020-09-08) | ||
### Features | ||
* **textarea:** textarea form association ([#300](https://github.com/vonage/vivid/issues/300)) ([19ebd4e](https://github.com/vonage/vivid/commit/19ebd4e5f694738d2687f2a9d2a24ef2fa9beb4b)) | ||
{ | ||
"name": "@vonage/vwc-checkbox", | ||
"version": "0.5.0", | ||
"description": "> TODO: description", | ||
"homepage": "https://github.com/Vonage/vivid/tree/master/components/checkbox#readme", | ||
"license": "ISC", | ||
"main": "vwc-checkbox.js", | ||
"module": "vwc-checkbox.js", | ||
"files": [ | ||
"src", | ||
"*.js", | ||
"*.ts", | ||
"*.map" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vonage/vivid.git", | ||
"directory": "components/checkbox" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Vonage/vivid/issues" | ||
}, | ||
"dependencies": { | ||
"@material/mwc-checkbox": "^0.18.0", | ||
"@vonage/vvd-style-coupling": "^0.5.0", | ||
"lit-element": "^2.3.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"gitHead": "5f43688d123fda159d4a0c15bfcf5011075a82d4" | ||
"name": "@vonage/vwc-checkbox", | ||
"version": "0.6.0", | ||
"description": "> TODO: description", | ||
"homepage": "https://github.com/Vonage/vivid/tree/master/components/checkbox#readme", | ||
"license": "ISC", | ||
"main": "vwc-checkbox.js", | ||
"module": "vwc-checkbox.js", | ||
"files": [ | ||
"src", | ||
"*.js", | ||
"*.ts", | ||
"*.map" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vonage/vivid.git", | ||
"directory": "components/checkbox" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Vonage/vivid/issues" | ||
}, | ||
"dependencies": { | ||
"@material/mwc-checkbox": "^0.18.0", | ||
"@vonage/vvd-style-coupling": "^0.6.0", | ||
"lit-element": "^2.4.0", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vonage/vvd-foundation": "^0.6.0" | ||
}, | ||
"gitHead": "d55fb00c43d48e3f8b0f3de170e4cb6949acbfd8" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25080
1
1
+ Added@vonage/vvd-style-coupling@0.6.0(transitive)
- Removed@vonage/vvd-style-coupling@0.5.0(transitive)
Updatedlit-element@^2.4.0
Updatedtslib@^2.0.1