Socket
Socket
Sign inDemoInstall

storybook-vue-addon

Package Overview
Dependencies
223
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

dist/chunk-EHYDWY4I.js

8

dist/components.d.d.ts
import * as vue from 'vue';
import { StoryObj, Meta } from '@storybook/vue3';

@@ -54,2 +55,3 @@ type NonUndefinedable<T> = T extends undefined ? never : T

/**

@@ -65,2 +67,8 @@ * Story that represents a component example.

title: string
/**
* Function that is executed after the story is rendered.
*
* Must be defined in a non-setup script
*/
play?: StoryObj<Meta<VueComponent<any>>>['play']
}

@@ -67,0 +75,0 @@ type Story = VueComponent<StoryProps>

2

dist/esbuild.js
import {
src_default
} from "./chunk-JGF6HVSM.js";
} from "./chunk-TIXB4B3O.js";

@@ -5,0 +5,0 @@ // src/esbuild.ts

import {
src_default
} from "./chunk-JGF6HVSM.js";
} from "./chunk-TIXB4B3O.js";
export {
src_default as default
};
import {
src_default
} from "./chunk-JGF6HVSM.js";
} from "./chunk-TIXB4B3O.js";

@@ -5,0 +5,0 @@ // src/nuxt.ts

import {
src_default
} from "./chunk-JGF6HVSM.js";
} from "./chunk-TIXB4B3O.js";

@@ -5,0 +5,0 @@ // src/rollup.ts

import {
vite_default
} from "./chunk-PNEZC7GQ.js";
} from "./chunk-EHYDWY4I.js";
import {
parse
} from "./chunk-JGF6HVSM.js";
} from "./chunk-TIXB4B3O.js";

@@ -8,0 +8,0 @@ // src/core/indexer.ts

import {
vite_default
} from "./chunk-PNEZC7GQ.js";
import "./chunk-JGF6HVSM.js";
} from "./chunk-EHYDWY4I.js";
import "./chunk-TIXB4B3O.js";
export {
vite_default as default
};
import {
src_default
} from "./chunk-JGF6HVSM.js";
} from "./chunk-TIXB4B3O.js";

@@ -5,0 +5,0 @@ // src/webpack.ts

{
"name": "storybook-vue-addon",
"type": "module",
"version": "0.3.0",
"packageManager": "pnpm@8.2.0",
"version": "0.4.0",
"packageManager": "pnpm@8.3.1",
"description": "Storybook stories in native Vue format",

@@ -81,4 +81,4 @@ "license": "MIT",

"@storybook/mdx2-csf": "^1.0.0",
"consola": "^3.0.2",
"prettier": "^2.8.7",
"consola": "^3.1.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",

@@ -88,13 +88,13 @@ "unplugin": "^1.3.1"

"peerDependencies": {
"vite": "^4.2.1",
"vite": "^4.3.1",
"vue": "^3.2.47"
},
"devDependencies": {
"@nuxt/schema": "^3.4.1",
"@nuxt/schema": "^3.4.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.15.11",
"@types/node": "^18.16.3",
"@types/prettier": "^2.7.2",
"@vitest/coverage-c8": "^0.30.1",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",

@@ -106,9 +106,9 @@ "eslint-plugin-unused-imports": "^2.0.0",

"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rollup": "^3.21.2",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite": "^4.3.3",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"webpack": "^5.79.0"
"webpack": "^5.81.0"
},

@@ -115,0 +115,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc