Socket
Socket
Sign inDemoInstall

@reach/alert

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/alert - npm Package Compare versions

Comparing version 0.6.4 to 0.7.0

6

index.d.ts
/**
* Screenreader friendly alert messages. In many apps developers add "alert"
* Screen-reader-friendly alert messages. In many apps developers add "alert"
* messages when network events or other things happen. Users with assistive

@@ -7,3 +7,3 @@ * technologies may not know about the message unless you develop for it.

* The Alert component will announce to assistive technologies whatever you
* render to the screen. If you don't have a screenreader on you won't notice a
* render to the screen. If you don't have a screen reader on you won't notice a
* difference between rendering `<Alert>` vs. a `<div>`.

@@ -32,3 +32,3 @@ *

/**
* Screenreader friendly alert messages. In many apps developers add "alert"
* Screen-reader-friendly alert messages. In many apps developers add "alert"
* messages when network events or other things happen. Users with assistive

@@ -35,0 +35,0 @@ * technologies may not know about the message unless you develop for it.

{
"name": "@reach/alert",
"version": "0.6.4",
"description": "Screenreader friendly alert messages.",
"version": "0.7.0",
"description": "Screen-reader-friendly alert messages.",
"repository": {
"type": "git",
"url": "git+https://github.com/reach/reach-ui.git",
"directory": "packages/alert"
},
"main": "index.js",

@@ -11,4 +16,4 @@ "module": "es/index.js",

"dependencies": {
"@reach/utils": "^0.6.4",
"@reach/visually-hidden": "^0.6.2",
"@reach/utils": "^0.7.0",
"@reach/visually-hidden": "^0.7.0",
"prop-types": "^15.7.2"

@@ -29,3 +34,3 @@ },

],
"gitHead": "c20cdf7f2dd6b9eabe5461138daf320e2833aa41"
"gitHead": "c6c10662e6eaf229594e4d6e6a38d8c9baa35ffa"
}
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