@types/insert-text-at-cursor
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -1,6 +0,1 @@ | ||
// Type definitions for insert-text-at-cursor 0.3 | ||
// Project: https://github.com/grassator/insert-text-at-cursor#readme | ||
// Definitions by: Christophe Coevoet <https://github.com/stof> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export as namespace insertTextAtCursor; | ||
@@ -7,0 +2,0 @@ |
{ | ||
"name": "@types/insert-text-at-cursor", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "TypeScript definitions for insert-text-at-cursor", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-text-at-cursor", | ||
"license": "MIT", | ||
@@ -9,8 +10,8 @@ "contributors": [ | ||
"name": "Christophe Coevoet", | ||
"url": "https://github.com/stof", | ||
"githubUsername": "stof" | ||
"githubUsername": "stof", | ||
"url": "https://github.com/stof" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +24,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6bdf6eafd96311216e031261a44c412ea7a30515b963a230fabdbb78967a763a", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "d238111b2afd82455dadeaead66fdf70ee2820a90b4536eac170e681bbecaef2", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,18 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-text-at-cursor | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-text-at-cursor. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-text-at-cursor/index.d.ts) | ||
````ts | ||
export as namespace insertTextAtCursor; | ||
Additional Details | ||
* Last updated: Tue, 05 Nov 2019 19:54:02 GMT | ||
export = insertTextAtCursor; | ||
declare function insertTextAtCursor(input: HTMLTextAreaElement | HTMLInputElement, text: string): void; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: insertTextAtCursor | ||
# Credits | ||
These definitions were written by Christophe Coevoet <https://github.com/stof>. | ||
These definitions were written by [Christophe Coevoet](https://github.com/stof). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2999
1
25
3