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

@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.0 to 1.2.1

6

CHANGELOG.md
# @atlaskit/visually-hidden
## 1.2.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 1.2.0

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

2

dist/cjs/version.json
{
"name": "@atlaskit/visually-hidden",
"version": "1.2.0",
"version": "1.2.1",
"sideEffects": false
}
{
"name": "@atlaskit/visually-hidden",
"version": "1.2.0",
"version": "1.2.1",
"sideEffects": false
}
{
"name": "@atlaskit/visually-hidden",
"version": "1.2.0",
"version": "1.2.1",
"sideEffects": false
}
import { ReactNode } from 'react';
export declare type VisuallyHiddenProps = {
export type VisuallyHiddenProps = {
/**

@@ -4,0 +4,0 @@ * The element or elements that should be hidden.

{
"name": "@atlaskit/visually-hidden",
"version": "1.2.0",
"version": "1.2.1",
"description": "A utility that hides content from the screen while retaining readability by screen readers for accessibility.",

@@ -24,2 +24,10 @@ "author": "Atlassian Pty Ltd",

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": false,

@@ -44,3 +52,3 @@ "atlaskit:src": "src/index.tsx",

"@atlaskit/toggle": "^12.6.0",
"@atlaskit/tokens": "^1.3.0",
"@atlaskit/tokens": "^1.4.0",
"@atlaskit/visual-regression": "^0.8.0",

@@ -51,3 +59,3 @@ "@atlaskit/webdriver-runner": "*",

"react-dom": "^16.8.0",
"typescript": "4.5.5",
"typescript": "~4.9.5",
"wait-for-expect": "^1.2.0"

@@ -54,0 +62,0 @@ },

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