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

vue-component-type-helpers

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-component-type-helpers - npm Package Compare versions

Comparing version 1.8.22 to 1.9.0-alpha.0

vue2.js

9

index.d.ts

@@ -29,10 +29,1 @@ export declare const code: string;

{};
/**
* Vue 2.x
*/
export type Vue2ComponentSlots<T> =
T extends new () => { $scopedSlots: infer S; } ? NonNullable<S> :
T extends (props: any, ctx: { slots: infer S; }, ...args: any) => any ? NonNullable<S> :
{};

2

index.js

@@ -0,1 +1,3 @@

// @ts-check
const code = `

@@ -2,0 +4,0 @@ export type ComponentType<T> =

{
"name": "vue-component-type-helpers",
"version": "1.8.22",
"version": "1.9.0-alpha.0",
"license": "MIT",

@@ -14,3 +14,3 @@ "files": [

},
"gitHead": "1e8d09af0282c42dd816671ffcd5a2321276e3c3"
"gitHead": "d6905e4d4d1208f560a544509494f33f431b602a"
}
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