New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/vue3

Package Overview
Dependencies
Maintainers
0
Versions
1440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/vue3 - npm Package Compare versions

Comparing version

to
0.0.0-pr-30753-sha-a8450d77

4

package.json
{
"name": "@storybook/vue3",
"version": "0.0.0-pr-30742-sha-cd7cb3d8",
"version": "0.0.0-pr-30753-sha-a8450d77",
"description": "Storybook Vue 3 renderer",

@@ -80,3 +80,3 @@ "keywords": [

"peerDependencies": {
"storybook": "^0.0.0-pr-30742-sha-cd7cb3d8",
"storybook": "^0.0.0-pr-30753-sha-a8450d77",
"vue": "^3.0.0"

@@ -83,0 +83,0 @@ },

@@ -1,2 +0,2 @@

import { fn } from 'storybook/test';
import { fn } from '@storybook/test';

@@ -3,0 +3,0 @@ import MyButton from './Button.vue';

@@ -1,2 +0,2 @@

import { fn } from 'storybook/test';
import { fn } from '@storybook/test';

@@ -3,0 +3,0 @@ import MyHeader from './Header.vue';

@@ -1,2 +0,2 @@

import { expect, userEvent, within } from 'storybook/test';
import { expect, userEvent, within } from '@storybook/test';

@@ -3,0 +3,0 @@ import MyPage from './Page.vue';

@@ -0,5 +1,4 @@

import { fn } from '@storybook/test';
import type { Meta, StoryObj } from '@storybook/vue3';
import { fn } from 'storybook/test';
import Button from './Button.vue';

@@ -6,0 +5,0 @@

@@ -0,5 +1,4 @@

import { fn } from '@storybook/test';
import type { Meta, StoryObj } from '@storybook/vue3';
import { fn } from 'storybook/test';
import MyHeader from './Header.vue';

@@ -6,0 +5,0 @@

@@ -0,5 +1,4 @@

import { expect, userEvent, within } from '@storybook/test';
import type { Meta, StoryObj } from '@storybook/vue3';
import { expect, userEvent, within } from 'storybook/test';
import MyPage from './Page.vue';

@@ -6,0 +5,0 @@