New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/lib

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/lib - npm Package Compare versions

Comparing version 14.0.0 to 14.0.1

LICENSE

6

CHANGELOG.md
# @leafygreen-ui/lib
## 14.0.1
### Patch Changes
- 53c67fba6: [LG-4650](https://jira.mongodb.org/browse/LG-4650): migrates from `yarn` to `pnpm`
## 14.0.0

@@ -4,0 +10,0 @@

16

package.json
{
"name": "@leafygreen-ui/lib",
"version": "14.0.0",
"version": "14.0.1",
"description": "leafyGreen UI Kit Internal Library",

@@ -15,7 +15,2 @@ "main": "./dist/index.js",

},
"scripts": {
"build": "lg build-package",
"tsc": "lg build-ts",
"docs": "lg build-tsdoc"
},
"keywords": [],

@@ -30,6 +25,4 @@ "license": "Apache-2.0",

"dependencies": {
"@storybook/csf": "^0.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {},
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",

@@ -43,3 +36,8 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/lib",

"url": "https://jira.mongodb.org/projects/PD/summary"
},
"scripts": {
"build": "lg build-package",
"tsc": "lg build-ts",
"docs": "lg build-tsdoc"
}
}
}

@@ -16,3 +16,3 @@ /**

const createUniqueClassName = (prefix: string = ''): string => {
const createUniqueClassName = (prefix = ''): string => {
const uniqueClassName = generateUniqueClassName(prefix);

@@ -19,0 +19,0 @@

Sorry, the diff of this file is not supported yet

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