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

@eaze/copy-to-clipboard

Package Overview
Dependencies
Maintainers
35
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/copy-to-clipboard - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/index.js

@@ -97,3 +97,3 @@ 'use strict';

CopyToClipboard.propTypes = {
buttonStyle: _propTypes2.default.object,
buttonStyle: _propTypes2.default.oneOfType([_propTypes2.default.object, _propTypes2.default.string]),
copiedText: _propTypes2.default.string,

@@ -106,3 +106,3 @@ value: _propTypes2.default.string

var Container = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-nfou0f0'
target: 'css-1b311qf0'
})('position:relative;overflow:hidden;');
{
"name": "@eaze/copy-to-clipboard",
"version": "1.0.0",
"version": "1.0.1",
"description": "React components: index",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -12,3 +12,3 @@ /**

static propTypes = {
buttonStyle: PropTypes.object,
buttonStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
copiedText: PropTypes.string,

@@ -15,0 +15,0 @@ value: PropTypes.string

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