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

@types/vue-clickaway

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/vue-clickaway - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

vue-clickaway/index.d.ts

@@ -6,5 +6,5 @@ // Type definitions for vue-clickaway 2.2

// TypeScript Version: 3.6
import Vue, { ComponentOptions, DirectiveOptions } from 'vue';
import Vue, { ComponentOptions, DirectiveOptions } from "vue";
export const directive: DirectiveOptions;
export const mixin: ComponentOptions<Vue> | typeof Vue;
{
"name": "@types/vue-clickaway",
"version": "2.2.0",
"version": "2.2.1",
"description": "TypeScript definitions for vue-clickaway",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "8704b3355b907dc88f40f03811c6225a34fcf013d64870ee0a6cd8b104bbf3b2",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "da86a1440a0188492eec5ef29c27f52d6a25eda2478794eee573ccaab85a91ba",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,23 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway/index.d.ts)
````ts
// Type definitions for vue-clickaway 2.2
// Project: https://github.com/simplesmiler/vue-clickaway
// Definitions by: Khoa Nguyen <https://github.com/khoanguyen96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.6
import Vue, { ComponentOptions, DirectiveOptions } from "vue";
Additional Details
* Last updated: Thu, 10 Oct 2019 00:08:50 GMT
* Dependencies: @types/vue
export const directive: DirectiveOptions;
export const mixin: ComponentOptions<Vue> | typeof Vue;
````
### Additional Details
* Last updated: Tue, 26 Sep 2023 10:06:28 GMT
* Dependencies: [@types/vue](https://npmjs.com/package/@types/vue)
* Global values: none
# Credits
These definitions were written by Khoa Nguyen <https://github.com/khoanguyen96>.
These definitions were written by [Khoa Nguyen](https://github.com/khoanguyen96).

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