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

nuxt-componentsbook-module

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-componentsbook-module - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/runtime/components/CodeBlock.vue

2

dist/module.d.ts

@@ -5,3 +5,3 @@ import * as _nuxt_schema from '@nuxt/schema';

/**
* Папка, в которой ищем .md-файлы
* Папка, в которой ищем .stories.vue
*/

@@ -8,0 +8,0 @@ componentsDir?: string;

{
"name": "nuxt-componentsbook-module",
"configKey": "componentsBook",
"version": "1.0.2",
"version": "1.0.3",
"builder": {

@@ -6,0 +6,0 @@ "@nuxt/module-builder": "0.8.4",

export declare function useCodeGenerator(componentName: string, props: Record<string, unknown>): {
generatedCode: import("vue").ComputedRef<string>;
generatedCode: import("@vue/reactivity").ComputedRef<string>;
copyToClipboard: () => void;
};
{
"name": "nuxt-componentsbook-module",
"version": "1.0.2",
"version": "1.0.3",
"description": "This module provides a Storybook-like experience for Nuxt components",

@@ -5,0 +5,0 @@ "repository": "s00d/nuxt-componentsbook-module",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc