Socket
Socket
Sign inDemoInstall

@atlaskit/visually-hidden

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/visually-hidden - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

6

CHANGELOG.md
# @atlaskit/visually-hidden
## 1.2.4
### Patch Changes
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
## 1.2.3

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/visually-hidden",
"version": "1.2.3",
"version": "1.2.4",
"sideEffects": false
}
{
"name": "@atlaskit/visually-hidden",
"version": "1.2.3",
"version": "1.2.4",
"sideEffects": false
}
{
"name": "@atlaskit/visually-hidden",
"version": "1.2.3",
"version": "1.2.4",
"sideEffects": false
}
{
"name": "@atlaskit/visually-hidden",
"version": "1.2.3",
"version": "1.2.4",
"description": "A utility that hides content from the screen while retaining readability by screen readers for accessibility.",

@@ -13,3 +13,3 @@ "author": "Atlassian Pty Ltd",

"inPublicMirror": true,
"releaseModel": "scheduled",
"releaseModel": "continuous",
"website": {

@@ -46,11 +46,6 @@ "name": "Visually hidden",

"devDependencies": {
"@atlaskit/button": "^16.7.0",
"@atlaskit/docs": "*",
"@af/accessibility-testing": "*",
"@atlaskit/ds-lib": "^2.2.0",
"@atlaskit/section-message": "^6.4.0",
"@atlaskit/ssr": "*",
"@atlaskit/toggle": "^12.6.0",
"@atlaskit/tokens": "^1.4.0",
"@atlaskit/visual-regression": "^0.8.0",
"@atlaskit/webdriver-runner": "*",
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",

@@ -57,0 +52,0 @@ "@testing-library/react": "^12.1.5",

@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 -->

- [Main Entry Types](#main-entry-types)
- [Peer Dependencies](#peer-dependencies)

@@ -27,6 +28,6 @@ ### Main Entry Types

export type VisuallyHiddenProps = {
testId?: string;
children: ReactNode;
role?: string;
id?: string;
testId?: string;
};

@@ -38,1 +39,13 @@

<!--SECTION END: Main Entry Types-->
### Peer Dependencies
<!--SECTION START: Peer Dependencies-->
```json
{
"react": "^16.8.0"
}
```
<!--SECTION END: Peer Dependencies-->
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