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
0
Versions
262
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

to
9.1.5

4

CHANGELOG.md

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

## [9.1.5](https://github.com/adevinta/spark/compare/v9.1.4...v9.1.5) (2025-02-19)
**Note:** Version bump only for package @spark-ui/cli-utils
## [9.1.4](https://github.com/adevinta/spark/compare/v9.1.3...v9.1.4) (2025-02-19)

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

4

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

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

},
"gitHead": "df8d26357e469b30cd05edad1f3418e95155ef2b"
"gitHead": "40f516e5bc7cb13131a2ded3b1240638897302bf"
}

@@ -6,3 +6,3 @@ import { pascalCase } from 'pascal-case'

return `import { Meta, Canvas } from '@storybook/addon-docs'
return `import { Meta, Canvas } from '@storybook/blocks'
import { ArgTypes } from '@storybook/blocks';

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ import { camelCase } from 'camel-case'

return `import { Meta, Story } from '@storybook/addon-docs'
return `import { Meta, Story } from '@storybook/blocks'
import { ArgTypes } from '@storybook/blocks';

@@ -9,0 +9,0 @@