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

@types/react-copy-to-clipboard

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-copy-to-clipboard - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

react-copy-to-clipboard/index.d.ts

@@ -24,3 +24,3 @@ // Type definitions for react-copy-to-clipboard 5.0

interface Props {
children?: React.ReactChild;
children?: React.ReactNode;
text: string;

@@ -27,0 +27,0 @@ onCopy?(text: string, result: boolean): void;

{
"name": "@types/react-copy-to-clipboard",
"version": "5.0.3",
"version": "5.0.4",
"description": "TypeScript definitions for react-copy-to-clipboard",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-copy-to-clipboard",

},
"typesPublisherContentHash": "a6cc9df4beaed588233f972b1eecdd85c33c61a32c7cf4b07c684f91ff075ec3",
"typesPublisherContentHash": "3154f9d6198b1a2bafb9e48d83bc7730b69be3912a2d31b65823359e63bb00e9",
"typeScriptVersion": "4.0"
}

@@ -34,3 +34,3 @@ # Installation

interface Props {
children?: React.ReactChild;
children?: React.ReactNode;
text: string;

@@ -47,3 +47,3 @@ onCopy?(text: string, result: boolean): void;

### Additional Details
* Last updated: Thu, 30 Jun 2022 19:32:29 GMT
* Last updated: Wed, 27 Jul 2022 19:32:19 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -50,0 +50,0 @@ * Global values: `CopyToClipboard`

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