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.15.0 to 0.15.2

4

dist/reach-visually-hidden.cjs.dev.js

@@ -45,2 +45,4 @@ 'use strict';

var _excluded = ["as", "style"];
/**

@@ -57,3 +59,3 @@ * VisuallyHidden

style = _ref$style === void 0 ? {} : _ref$style,
props = _objectWithoutPropertiesLoose(_ref, ["as", "style"]);
props = _objectWithoutPropertiesLoose(_ref, _excluded);

@@ -60,0 +62,0 @@ return /*#__PURE__*/React.createElement(Comp, _extends({

@@ -41,2 +41,4 @@ 'use strict';

var _excluded = ["as", "style"];
/**

@@ -53,3 +55,3 @@ * VisuallyHidden

style = _ref$style === void 0 ? {} : _ref$style,
props = _objectWithoutPropertiesLoose(_ref, ["as", "style"]);
props = _objectWithoutPropertiesLoose(_ref, _excluded);

@@ -56,0 +58,0 @@ return /*#__PURE__*/React.createElement(Comp, _extends({

@@ -37,2 +37,4 @@ import { forwardRef, createElement } from 'react';

var _excluded = ["as", "style"];
/**

@@ -49,3 +51,3 @@ * VisuallyHidden

style = _ref$style === void 0 ? {} : _ref$style,
props = _objectWithoutPropertiesLoose(_ref, ["as", "style"]);
props = _objectWithoutPropertiesLoose(_ref, _excluded);

@@ -52,0 +54,0 @@ return /*#__PURE__*/createElement(Comp, _extends({

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

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

"prop-types": "^15.7.2",
"tslib": "^2.1.0"
"tslib": "^2.3.0"
},

@@ -39,3 +39,3 @@ "devDependencies": {

],
"gitHead": "1449650359c119c1afe25973aa7584e09e2c88bc"
"gitHead": "353f409a296a648c4fe2c2d06b14a39b7b6dc3e1"
}
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