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

@types/vue-the-mask

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/vue-the-mask - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

2

vue-the-mask/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for vue-the-mask 0.11

import { Component, DirectiveFunction, PluginObject } from 'vue';
import { Component, DirectiveFunction, PluginObject } from "vue";

@@ -10,0 +10,0 @@ declare namespace VueTheMaskPlugin {

{
"name": "@types/vue-the-mask",
"version": "0.11.1",
"version": "0.11.2",
"description": "TypeScript definitions for vue-the-mask",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-the-mask",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "f09abf28d7653383cb39b5c5ab001736bece89f66b657edaf916aa44b2c0f232",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "90dafdc860cbc660ce6500792d404a1e481793c8bac952d742a484e71b9ebd9a",
"typeScriptVersion": "4.5"
}

@@ -9,5 +9,30 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-the-mask.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-the-mask/index.d.ts)
````ts
// Type definitions for vue-the-mask 0.11
// Project: https://github.com/vuejs-tips/vue-the-mask
// Definitions by: Dominik Schmidt <https://github.com/domschmidt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
import { Component, DirectiveFunction, PluginObject } from "vue";
declare namespace VueTheMaskPlugin {
interface VueStatic {
(): void;
}
}
interface VueTheMaskPlugin extends PluginObject<undefined> {
mask: DirectiveFunction;
TheMask: Component;
}
declare const VueTheMask: VueTheMaskPlugin;
export = VueTheMask;
````
### Additional Details
* Last updated: Fri, 16 Oct 2020 16:03:45 GMT
* Last updated: Tue, 26 Sep 2023 10:06:28 GMT
* Dependencies: [@types/vue](https://npmjs.com/package/@types/vue)

@@ -14,0 +39,0 @@ * Global values: none

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