Socket
Socket
Sign inDemoInstall

@reach/visually-hidden

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/visually-hidden - npm Package Compare versions

Comparing version 0.8.2 to 0.8.6

4

dist/visually-hidden.cjs.development.js

@@ -28,5 +28,3 @@ 'use strict';

var VisuallyHidden =
/*#__PURE__*/
React.forwardRef(function VisuallyHidden(props, ref) {
var VisuallyHidden = /*#__PURE__*/React.forwardRef(function VisuallyHidden(props, ref) {
return React__default.createElement("span", Object.assign({

@@ -33,0 +31,0 @@ ref: ref,

@@ -21,5 +21,3 @@ import React, { forwardRef } from 'react';

var VisuallyHidden =
/*#__PURE__*/
forwardRef(function VisuallyHidden(props, ref) {
var VisuallyHidden = /*#__PURE__*/forwardRef(function VisuallyHidden(props, ref) {
return React.createElement("span", Object.assign({

@@ -26,0 +24,0 @@ ref: ref,

{
"name": "@reach/visually-hidden",
"version": "0.8.2",
"version": "0.8.6",
"description": "Render text that is announced to screen readers but visually hidden.",

@@ -31,3 +31,3 @@ "author": "React Training <hello@reacttraining.com>",

},
"gitHead": "ed24a5bb43a87adc36179283ca1de2c5af4ea26e"
"gitHead": "0c71a018a11055b17815f0fb127cdcd981cd760e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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