Socket
Socket
Sign inDemoInstall

@atlaskit/pragmatic-drag-and-drop-live-region

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

13

CHANGELOG.md
# @atlaskit/pragmatic-drag-and-drop-live-region
## 1.0.5
### Patch Changes
- [#92913](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92913) [`8f7e827e0978`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f7e827e0978) - Some Pragmatic drag and drop packages did not have `"author"` and or `"license"` attributes set in their `package.json` file. These missing attributes have now been added where required.
```diff
+ "author": "Atlassian Pty Ltd",
+ "license": "Apache-2.0",
```
All Pragmatic drag and drop packages were already licensed under `Apache-2.0` (see `LICENSE` files), but the `"license"` attribute in some `package.json` files was missing.
## 1.0.4

@@ -4,0 +17,0 @@

3

package.json
{
"name": "@atlaskit/pragmatic-drag-and-drop-live-region",
"version": "1.0.4",
"version": "1.0.5",
"description": "An optional package for Pragmatic drag and drop that enables screen reader messaging for alternative flows",

@@ -10,2 +10,3 @@ "publishConfig": {

"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",

@@ -12,0 +13,0 @@ "module": "dist/esm/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc