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.9.4 to 2.9.5

4

CHANGELOG.md

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

## [2.9.5](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.9.4...@spark-ui/cli-utils@2.9.5) (2023-04-06)
**Note:** Version bump only for package @spark-ui/cli-utils
## [2.9.4](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.9.3...@spark-ui/cli-utils@2.9.4) (2023-04-05)

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

4

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

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

},
"gitHead": "dc5ff428ffb70b29b26b83b203e16e224ddfe11c"
"gitHead": "a5a87741408264a57672bf562f14b97a3a63582a"
}

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

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

@@ -33,3 +34,3 @@ import { ${componentName} } from '.'

<ArgsTable of={${componentName}} />
<ArgTypes of={${componentName}} />

@@ -36,0 +37,0 @@ ## Variants

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

const meta: Meta<typeof Portal> = {
const meta: Meta<typeof ${componentName}> = {
title: 'Components/${componentName}',

@@ -13,0 +13,0 @@ component: ${componentName},

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

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

@@ -34,3 +34,3 @@ import { ${hookName} } from '.'

<ArgsTable of={${hookName}} />
<ArgTypes of={${hookName}} />

@@ -37,0 +37,0 @@ \`\`\`jsx

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