You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@spark-ui/cli-utils

Package Overview
Dependencies
Maintainers
7
Versions
357
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
10.11.2

4

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

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

},
"gitHead": "bc1efc40750f0a97c0c0af4e1adc3d0752d5c0d1"
"gitHead": "73edb0a6efd7290e27fef78e141fd9f2faea1830"
}

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

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

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

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

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

@@ -10,0 +10,0 @@ import { ${hookName} } from '.'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet