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

@types/insert-text-at-cursor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/insert-text-at-cursor - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

insert-text-at-cursor/index.d.ts

@@ -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 @@

13

insert-text-at-cursor/package.json
{
"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

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