storybook-nuxt
Advanced tools
Comparing version 0.0.6-latest.13 to 0.0.6-latest.14
{ | ||
"name": "storybook-nuxt", | ||
"version": "0.0.6-latest.13", | ||
"version": "0.0.6-latest.14", | ||
"description": "Storybook init CLI for Nuxt ", | ||
@@ -45,4 +45,5 @@ "author": "Chakas@", | ||
"stub": "unbuild --stub", | ||
"dev:prepare": "nr stub", | ||
"test": "cd test-npm && node ../index.mjs init && npm run storybook dev", | ||
"dev:prepare": "stub && pnpm build && pnpm test", | ||
"dev": "pnpm build && pnpm test", | ||
"test": "cd test-pnpm && node ../index.mjs init ", | ||
"test-pnpm": "cd test-pnpm && node ../index.mjs init --start ", | ||
@@ -49,0 +50,0 @@ "test-yarn": "cd test-yarn && node ../index.mjs init " |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
70537
408