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.15 to 2.11.16

4

CHANGELOG.md

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

## [2.11.16](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.15...@spark-ui/cli-utils@2.11.16) (2023-08-31)
**Note:** Version bump only for package @spark-ui/cli-utils
## [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)

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

4

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

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

},
"gitHead": "0c0a05d34d4ade1b5e3ba458cc9865dedad5a1e3"
"gitHead": "4cdee86bb86f13da6e349580b97b8b577000e59c"
}

@@ -23,3 +23,3 @@ import path from 'node:path'

['generate'],
[packageName, ENTER, packageType, ENTER, 'This is my foo component', ENTER],
[packageName, ENTER, packageType, ENTER, 'This is my foo component', ENTER]
)

@@ -66,3 +66,3 @@ const contextPath = TemplateGenerator.CONTEXTS[packageType] as string

expect(response).toContain(
'Name name must contain letters and dash symbols only (ex: "my-package")',
'Name name must contain letters and dash symbols only (ex: "my-package")'
)

@@ -69,0 +69,0 @@ expect(fse.pathExistsSync(packagePath)).toBe(false)

@@ -37,3 +37,3 @@ /**

},
env,
env
),

@@ -135,3 +135,3 @@ stdio: [null, null, null, 'ipc'], // This enables interprocess communication (IPC)

resolve(result.toString())
}),
})
)

@@ -138,0 +138,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