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.2 to 1.0.0-next.3

dist/a11y-status.browser.cjs.js

16

CHANGELOG.md
# a11y-status
## 1.0.0-next.3
> 2020-08-01
### Patch Changes
- a7037832: Use exact versions for `@remirror` package `dependencies` and `peerDepedencies`.
Closes #435
- dcccc5fc: Add browser entrypoint to packages and shrink bundle size.
- 231f664b: Upgrade dependencies.
- 6c6d524e: Remove use of `export *` for better tree shaking.
Closes #406
## 1.0.0-next.2

@@ -4,0 +20,0 @@

8

package.json
{
"name": "a11y-status",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"description": "Create a singleton live region for a11y status updates",

@@ -13,2 +13,6 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status",

"module": "dist/a11y-status.esm.js",
"browser": {
"./dist/a11y-status.cjs.js": "./dist/a11y-status.browser.cjs.js",
"./dist/a11y-status.esm.js": "./dist/a11y-status.browser.esm.js"
},
"types": "dist/a11y-status.cjs.d.ts",

@@ -19,3 +23,3 @@ "files": [

"dependencies": {
"@babel/runtime": "^7.10.4",
"@babel/runtime": "^7.11.0",
"@types/throttle-debounce": "^2.1.0",

@@ -22,0 +26,0 @@ "throttle-debounce": "^2.2.1"

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