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

a11y-status

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y-status - npm Package Compare versions

Comparing version 1.0.0-next.1 to 1.0.0-next.2

LICENSE

8

CHANGELOG.md
# a11y-status
## 1.0.0-next.2
> 2020-07-16
### Patch Changes
- 5d5970ae: Update repository and website field to point to HEAD rather than a specific branch.
## 1.0.0-next.1

@@ -4,0 +12,0 @@

52

package.json
{
"name": "a11y-status",
"version": "1.0.0-next.1",
"description": "Create a singleton live region for a11y status updates",
"homepage": "https://github.com/remirror/remirror/tree/next/a11y-status",
"repository": "https://github.com/remirror/remirror/tree/master/packages/a11y-status",
"license": "MIT",
"contributors": [
"Ifiok Jr. <ifiokotung@gmail.com>"
],
"main": "dist/a11y-status.cjs.js",
"module": "dist/a11y-status.esm.js",
"types": "dist/a11y-status.cjs.d.ts",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime": "^7.10.4",
"@types/throttle-debounce": "^2.1.0",
"throttle-debounce": "^2.2.1"
},
"publishConfig": {
"access": "public"
},
"meta": {
"sizeLimit": "1 KB"
}
"name": "a11y-status",
"version": "1.0.0-next.2",
"description": "Create a singleton live region for a11y status updates",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status",
"license": "MIT",
"contributors": [
"Ifiok Jr. <ifiokotung@gmail.com>"
],
"main": "dist/a11y-status.cjs.js",
"module": "dist/a11y-status.esm.js",
"types": "dist/a11y-status.cjs.d.ts",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime": "^7.10.4",
"@types/throttle-debounce": "^2.1.0",
"throttle-debounce": "^2.2.1"
},
"publishConfig": {
"access": "public"
},
"meta": {
"sizeLimit": "1 KB"
}
}
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