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

@types/vue2-editor

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/vue2-editor - npm Package Compare versions

Comparing version

to
2.6.4

6

vue2-editor/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for vue-tel-input 2.6
// Project: https://github.com/davidroyer/vue2-editor/#readme
// Definitions by: Komang Suryadana <https://github.com/suryadana>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import { VueConstructor } from "vue";

@@ -8,0 +2,0 @@ import { DirectiveOptions } from "vue/types/options";

10

vue2-editor/package.json
{
"name": "@types/vue2-editor",
"version": "2.6.3",
"description": "TypeScript definitions for vue-tel-input",
"version": "2.6.4",
"description": "TypeScript definitions for vue2-editor",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue2-editor",

@@ -10,4 +10,4 @@ "license": "MIT",

"name": "Komang Suryadana",
"url": "https://github.com/suryadana",
"githubUsername": "suryadana"
"githubUsername": "suryadana",
"url": "https://github.com/suryadana"
}

@@ -26,4 +26,4 @@ ],

},
"typesPublisherContentHash": "5a9b28aa86bf18d371d6e6618833ea896a490cfe5c0ad1b9a83820cfda962d63",
"typesPublisherContentHash": "73b6cf6585080d9aa69eadb1fd28c6a11f714a24af0c3f779952c9fc94e71dc8",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for vue-tel-input (https://github.com/davidroyer/vue2-editor/#readme).
This package contains type definitions for vue2-editor (https://github.com/davidroyer/vue2-editor/#readme).

@@ -12,8 +12,2 @@ # Details

````ts
// Type definitions for vue-tel-input 2.6
// Project: https://github.com/davidroyer/vue2-editor/#readme
// Definitions by: Komang Suryadana <https://github.com/suryadana>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import { VueConstructor } from "vue";

@@ -72,7 +66,6 @@ import { DirectiveOptions } from "vue/types/options";

### Additional Details
* Last updated: Tue, 10 Oct 2023 18:07:33 GMT
* Dependencies: [@types/vue](https://npmjs.com/package/@types/vue)
* Global values: none
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT
* Dependencies: [vue](https://npmjs.com/package/vue)
# Credits
These definitions were written by [Komang Suryadana](https://github.com/suryadana).