Socket
Socket
Sign inDemoInstall

@types/simple-react-clipboard

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

simple-react-clipboard/index.d.ts
import { ReactNode } from "react";
interface ClipboardProps {
render: () => ReactNode;
render: (arg0: { copy: () => void }) => React.ReactNode;
text: string;

@@ -6,0 +6,0 @@ props?: object | undefined;

{
"name": "@types/simple-react-clipboard",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for simple-react-clipboard",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simple-react-clipboard",

},
"typesPublisherContentHash": "99d8a89d991e3b9e5bf125a62958026a1e3a6f641a028b8594ff16abbd29145b",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "ca4961ba1978d88ec820e273134b0e900d935f82c4a0c3c126af537f185f8802",
"typeScriptVersion": "4.6"
}

@@ -14,3 +14,3 @@ # Installation

interface ClipboardProps {
render: () => ReactNode;
render: (arg0: { copy: () => void }) => React.ReactNode;
text: string;

@@ -37,3 +37,3 @@ props?: object | undefined;

### Additional Details
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Last updated: Tue, 28 Nov 2023 19:06:48 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -40,0 +40,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc