Socket
Socket
Sign inDemoInstall

@leafygreen-ui/ripple

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/ripple - npm Package Compare versions

Comparing version 1.1.9 to 2.0.0-alpha.0

.turbo/turbo-build.log

11

CHANGELOG.md
# @leafygreen-ui/ripple
## 2.0.0-alpha.0
### Major Changes
- d40674fe1: Updates build tooling. No functional changes
### Patch Changes
- Updated dependencies [d40674fe1]
- @leafygreen-ui/tokens@3.0.0-alpha.0
## 1.1.9

@@ -4,0 +15,0 @@

9

package.json
{
"name": "@leafygreen-ui/ripple",
"version": "1.1.9",
"version": "2.0.0-alpha.0",
"description": "leafyGreen UI Kit Ripple",

@@ -16,3 +16,4 @@ "main": "./dist/index.js",

"scripts": {
"build": "../../node_modules/.bin/rollup --config ../../rollup.config.js"
"build": "rollup --config rollup.config.mjs",
"tsc": "tsc --build tsconfig.json"
},

@@ -24,3 +25,3 @@ "license": "Apache-2.0",

"dependencies": {
"@leafygreen-ui/tokens": "^2.0.2"
"@leafygreen-ui/tokens": "^3.0.0-alpha.0"
},

@@ -35,2 +36,2 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/ripple",

}
}
}
{
"extends": "../../package.tsconfig.json",
"compilerOptions": {
"extends": "@lg-tools/build/config/package.tsconfig.json",
"compilerOptions": {
"declarationDir": "dist",
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
"baseUrl": ".",
"paths": {
"@leafygreen-ui/icon/dist/*": ["../icon/src/generated/*"],
"@leafygreen-ui/*": ["../*/src"]
}
},

@@ -11,2 +16,3 @@ "include": [

],
"exclude": ["**/*.spec.*", "**/*.story.*"],
"references": [

@@ -13,0 +19,0 @@ {

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