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.5.3 to 1.5.4

index.js

2

index.d.ts

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

export default string;
export type ComponentProps<T> =

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

5

package.json
{
"name": "vue-component-type-helpers",
"version": "1.5.3",
"version": "1.5.4",
"license": "MIT",
"files": [
"*.js",
"*.d.ts"

@@ -13,3 +14,3 @@ ],

},
"gitHead": "245e2a4db87c6ef9c33c92d161a380ca4da5c9ba"
"gitHead": "efa9b71f8bed110f8a7723942f86df2b7bcb1764"
}
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