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

@spark-ui/cli-utils

Package Overview
Dependencies
Maintainers
7
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/cli-utils - npm Package Compare versions

Comparing version 2.9.5 to 2.10.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [2.10.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.9.5...@spark-ui/cli-utils@2.10.0) (2023-04-07)
### Features
- add peerDeps field inside templates ([66791cc](https://github.com/adevinta/spark/commit/66791cc8f0af3ce561c11561e01b41e256ece242))
## [2.9.5](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.9.4...@spark-ui/cli-utils@2.9.5) (2023-04-06)

@@ -8,0 +14,0 @@

4

package.json
{
"name": "@spark-ui/cli-utils",
"version": "2.9.5",
"version": "2.10.0",
"description": "Spark CLI utils",

@@ -31,3 +31,3 @@ "publishConfig": {

},
"gitHead": "a5a87741408264a57672bf562f14b97a3a63582a"
"gitHead": "a5e5af21496ded1cce43912266002fa36b3ac328"
}

@@ -13,4 +13,9 @@ export default ({ name, description }) => `{

"build": "vite build"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
}
}
`

@@ -13,4 +13,8 @@ export default ({ name, description }) => `{

"build": "vite build"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.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