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
232
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.11.14 to 2.11.15

4

CHANGELOG.md

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

## [2.11.15](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.14...@spark-ui/cli-utils@2.11.15) (2023-08-29)
**Note:** Version bump only for package @spark-ui/cli-utils
## [2.11.14](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.13...@spark-ui/cli-utils@2.11.14) (2023-08-23)

@@ -8,0 +12,0 @@

9

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

@@ -8,2 +8,7 @@ "publishConfig": {

},
"keywords": [
"@spark-ui",
"util",
"utility"
],
"bin": {

@@ -37,3 +42,3 @@ "spark": "./bin/spark.mjs",

},
"gitHead": "b3cb5019cadc8baac0c94c6e980a772bc2cdf633"
"gitHead": "0c0a05d34d4ade1b5e3ba458cc9865dedad5a1e3"
}

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

},
"keywords": [
"@spark-ui",
"react",
"component",
"accessible",
"accessibility",
"wai-aria",
"aria",
"a11y",
"${name}"
],
"main": "./dist/index.js",

@@ -10,0 +21,0 @@ "module": "./dist/index.mjs",

@@ -1,2 +0,5 @@

export default ({ name, description }) => `{
export default ({ name, description }) => {
const meta = name.replace('use-', '')
return `{
"name": "@spark-ui/${name}",

@@ -8,2 +11,8 @@ "version": "1.0.0",

},
"keywords": [
"@spark-ui",
"react",
"hook",
"${meta}"
],
"main": "./dist/index.js",

@@ -31,1 +40,2 @@ "module": "./dist/index.mjs",

`
}

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

},
"keywords": [
"@spark-ui",
"util",
"utility"
],
"main": "./dist/index.js",

@@ -10,0 +15,0 @@ "module": "./dist/index.mjs",

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