Socket
Socket
Sign inDemoInstall

@anypoint-web-components/anypoint-radio-button

Package Overview
Dependencies
9
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.1.10

18

package.json
{
"name": "@anypoint-web-components/anypoint-radio-button",
"description": "Anypoint styled radio button",
"version": "0.1.9",
"version": "0.1.10",
"license": "Apache-2.0",

@@ -31,5 +31,5 @@ "main": "anypoint-radio-button.js",

"dependencies": {
"@anypoint-web-components/anypoint-form-mixins": "^1.3.0",
"@anypoint-web-components/anypoint-form-mixins": "^1.3.1",
"@anypoint-web-components/anypoint-menu-mixin": "^1.1.9",
"@anypoint-web-components/anypoint-styles": "^1.0.1",
"@anypoint-web-components/anypoint-styles": "^1.0.3",
"lit-element": "^2.5.1"

@@ -39,14 +39,14 @@ },

"@advanced-rest-client/arc-demo-helper": "^1.0.17",
"@anypoint-web-components/anypoint-checkbox": "^1.2.1",
"@anypoint-web-components/anypoint-checkbox": "^1.2.3",
"@open-wc/eslint-config": "^4.3.0",
"@open-wc/testing": "^2.5.33",
"@web/dev-server": "^0.1.21",
"@web/test-runner": "^0.13.16",
"@web/dev-server": "^0.1.25",
"@web/test-runner": "^0.13.20",
"@web/test-runner-playwright": "^0.8.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"husky": "^7.0.2",
"lint-staged": "^11.2.3",
"sinon": "^11.1.2",
"typescript": "^4.3.5",
"typescript": "^4.4.4",
"typescript-lit-html-plugin": "^0.9.0"

@@ -53,0 +53,0 @@ },

@@ -1,3 +0,7 @@

# `<anypoint-radio-button>`
# Deprecated
This component has been moved to `anypoint-web-components/awc`.
-----
Accessible radio button and radio button group for Anypoint platform.

@@ -4,0 +8,0 @@

@@ -53,2 +53,4 @@ import { LitElement, TemplateResult, CSSResult } from 'lit-element';

* `--anypoint-radio-button-label` | A mixin applied to the internal label | `{}`
*
* @deprecated Migrate the `@anypoint-web-components/awc`
*/

@@ -55,0 +57,0 @@ export declare class AnypointRadioButtonElement extends CheckedElementMixin(LitElement) {

@@ -35,2 +35,3 @@ import { LitElement, TemplateResult, CSSResult } from 'lit-element';

* ```
* @deprecated Migrate the `@anypoint-web-components/awc`
*/

@@ -37,0 +38,0 @@ export declare class AnypointRadioGroupElement extends AnypointMenuMixin(LitElement) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc