@types/copy-paste
Advanced tools
Comparing version 1.1.31 to 1.1.32
@@ -1,6 +0,1 @@ | ||
// Type definitions for copy-paste v1.1.3 | ||
// Project: https://github.com/xavi-/node-copy-paste | ||
// Definitions by: Tobias Kahlert <https://github.com/SrTobi> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export type CopyCallback = (err: Error) => void; | ||
@@ -7,0 +2,0 @@ export type PasteCallback = (err: Error, content: string) => void; |
{ | ||
"name": "@types/copy-paste", | ||
"version": "1.1.31", | ||
"version": "1.1.32", | ||
"description": "TypeScript definitions for copy-paste", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/copy-paste", | ||
"name": "Tobias Kahlert", | ||
"url": "https://github.com/SrTobi", | ||
"githubUsername": "SrTobi" | ||
"githubUsername": "SrTobi", | ||
"url": "https://github.com/SrTobi" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7152fea51e540a422fe9a268b0d6689a62b0a980fa6ede1b3c75a18ba5a7ccc8", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "dc0f0d986be25805ec316c81003398ba426a76c85b68fa0c28a94a6f225f0944", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for copy-paste v1.1.3 | ||
// Project: https://github.com/xavi-/node-copy-paste | ||
// Definitions by: Tobias Kahlert <https://github.com/SrTobi> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export type CopyCallback = (err: Error) => void; | ||
@@ -58,7 +53,6 @@ export type PasteCallback = (err: Error, content: string) => void; | ||
### Additional Details | ||
* Last updated: Mon, 04 Sep 2023 15:41:13 GMT | ||
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Tobias Kahlert](https://github.com/SrTobi). |
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
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
5453
33
57