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

@types/copy-paste

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/copy-paste - npm Package Compare versions

Comparing version 1.1.31 to 1.1.32

5

copy-paste/index.d.ts

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

10

copy-paste/package.json
{
"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).
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