New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terra-tag

Package Overview
Dependencies
Maintainers
8
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-tag - npm Package Compare versions

Comparing version 2.64.1 to 2.64.2

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 2.64.2 - (December 11, 2023)
* Fixed
* Fixed Terra-Tag SR announces instructions twice with VPC ON Mode
## 2.64.1 - (November 16, 2023)

@@ -7,0 +12,0 @@

2

lib/_RollupTag.js

@@ -94,5 +94,3 @@ "use strict";

isCompact: true,
"aria-live": isCollapsed ? 'polite' : 'off',
"aria-label": rollUpHint,
"aria-describedby": rollUpHint,
"aria-atomic": "true",

@@ -99,0 +97,0 @@ "data-terra-rollup-tag-show-focus-styles": true,

{
"name": "terra-tag",
"version": "2.64.1",
"version": "2.64.2",
"description": "The tag component is used for tagging and provides users a way to trigger actions in the UI. Each tag should have text. It can optionally display an icon along with the text.",

@@ -29,3 +29,3 @@ "author": "Cerner Corporation",

"resize-observer-polyfill": "^1.4.1",
"terra-button": "^3.71.0",
"terra-button": "^3.72.0",
"terra-icon": "^3.59.0",

@@ -54,3 +54,3 @@ "terra-theme-context": "^1.0.0",

},
"gitHead": "d0b5de66c64f200c9732f745f2eb3dc98e1a2591"
"gitHead": "9bb7f9261dac42e2bc7e9e6289cdb43fd0689e79"
}

@@ -77,5 +77,3 @@ import React, { useRef } from 'react';

isCompact
aria-live={(isCollapsed) ? 'polite' : 'off'}
aria-label={rollUpHint}
aria-describedby={rollUpHint}
aria-atomic="true"

@@ -82,0 +80,0 @@ data-terra-rollup-tag-show-focus-styles

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