You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@reach/visually-hidden

Package Overview
Dependencies
2
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

dist/examples/basic.example.d.ts

23

package.json
{
"name": "@reach/visually-hidden",
"version": "0.7.0",
"version": "0.7.1",
"description": "Render text that is announced to screen readers but visually hidden.",

@@ -10,6 +10,11 @@ "repository": {

},
"main": "index.js",
"module": "es/index.js",
"main": "dist/index.js",
"umd:main": "dist/visually-hidden.umd.production.js",
"module": "dist/visually-hidden.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "node ../../shared/build-package"
"build": "cross-env NODE_ENV=production tsdx build --format=cjs,esm,umd"
},

@@ -21,11 +26,3 @@ "peerDependencies": {

"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
"files": [
"es",
"src",
"lib",
"index.js",
"index.d.ts"
],
"gitHead": "c6c10662e6eaf229594e4d6e6a38d8c9baa35ffa"
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc