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

@spark-ui/cli-utils

Package Overview
Dependencies
Maintainers
7
Versions
219
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 1.2.0 to 1.3.0

bin/spark-setup-theme.mjs

10

CHANGELOG.md

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

# [1.3.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@1.2.0...@spark-ui/cli-utils@1.3.0) (2023-02-20)
### Bug Fixes
- **cli-utils:** fix release ([e1c5ee0](https://github.com/adevinta/spark/commit/e1c5ee0923a2beaa8172be2c54c4cc4191ef13b7))
### Features
- **cli-utils:** add new "spark setup-theme" cli command ([5b51126](https://github.com/adevinta/spark/commit/5b51126206ba0440d78f6429dcba3a7dd2f3af81)), closes [#253](https://github.com/adevinta/spark/issues/253)
# [1.2.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@1.1.1...@spark-ui/cli-utils@1.2.0) (2023-02-15)

@@ -8,0 +18,0 @@

12

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

@@ -10,9 +10,11 @@ "publishConfig": {

"spark": "./bin/spark.mjs",
"spark-generate": "./bin/spark-generate.mjs"
"spark-generate": "./bin/spark-generate.mjs",
"spark-setup-theme": "./bin/spark-setup-theme.mjs"
},
"type": "module",
"devDependencies": {
"@clack/prompts": "^0.2.2",
"dependencies": {
"@clack/prompts": "0.2.2",
"chalk": "5.2.0",
"commander": "10.0.0",
"esbuild": "0.17.8",
"fs-extra": "11.1.0",

@@ -22,3 +24,3 @@ "glob": "8.1.0",

},
"gitHead": "3df014946de14807674052ae9a6624a11b9c725b"
"gitHead": "00159bc2201a7eb2e90f8292b377d0ad1df7f62a"
}

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