Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-component-create

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-component-create - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

dist/index.d.ts

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

import { h, VNodeChild, App, Component, ComponentPublicInstance } from 'vue';
import { h, VNodeChild, ComponentPublicInstance, App, Component } from 'vue';

@@ -8,2 +8,3 @@ type CreateSlotsData = (createVnode: typeof h) => Record<string, () => VNodeChild>;

};
type CreateFunction = <P extends Record<string, any> = {}, M extends Record<string, any> = {}>(options: P, slots: CreateSlotsData) => ComponentPublicInstance<P, {}, {}, {}, CreateComponentProperties & M>;
declare function createAPI(app: App, componentCtor: Component & {

@@ -13,2 +14,2 @@ _instance?: ComponentPublicInstance<{}, {}, {}, {}, CreateComponentProperties> | null;

export { CreateComponentProperties, CreateSlotsData, createAPI };
export { CreateComponentProperties, CreateFunction, CreateSlotsData, createAPI };

2

package.json
{
"name": "vue-component-create",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

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