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

@atlaskit/ds-lib

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/ds-lib - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

dist/cjs/utils/react-uid.js

8

CHANGELOG.md
# @atlaskit/ds-lib
## 2.5.0
### Minor Changes
- [#131099](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131099)
[`d0ed540a6bc17`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d0ed540a6bc17) -
Add a new hook userUniqueId
## 2.4.0

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

14

package.json
{
"name": "@atlaskit/ds-lib",
"version": "2.4.0",
"version": "2.5.0",
"description": "Reusable utilities and hooks specific to design system.",

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

"./merge-refs": "./src/utils/merge-refs.tsx",
"./react-uid": "./src/utils/react-uid.tsx",
"./use-controlled": "./src/hooks/use-controlled.tsx",

@@ -53,4 +54,6 @@ "./use-lazy-ref": "./src/hooks/use-lazy-ref.tsx",

"dependencies": {
"@atlaskit/platform-feature-flags": "^0.3.0",
"@babel/runtime": "^7.0.0",
"bind-event-listener": "^3.0.0"
"bind-event-listener": "^3.0.0",
"react-uid": "^2.2.0"
},

@@ -99,3 +102,8 @@ "peerDependencies": {

},
"homepage": "https://atlaskit.atlassian.com/packages/design-system/ds-lib"
"homepage": "https://atlaskit.atlassian.com/packages/design-system/ds-lib",
"platform-feature-flags": {
"platform.design-system-team.react-18-use-id_mn8q4": {
"type": "boolean"
}
}
}
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