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.6.3 to 1.6.4

4

index.d.ts

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

export default string;
declare const text: string;
export default text;
export type ComponentProps<T> =

@@ -4,0 +6,0 @@ T extends new () => { $props: infer P } ? NonNullable<P> :

{
"name": "vue-component-type-helpers",
"version": "1.6.3",
"version": "1.6.4",
"license": "MIT",

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

},
"gitHead": "e1655186c2f4ce4245279936cb2f4bdbf9f76dec"
"gitHead": "c3d0c6a719159776f8d1899b35c2500286fe338c"
}
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