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

@github/clipboard-copy-element

Package Overview
Dependencies
Maintainers
15
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/clipboard-copy-element - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

index.d.ts

2

dist/index.esm.js

@@ -160,1 +160,3 @@ function createNode(text) {

}
export default ClipboardCopyElement;

9

dist/index.umd.js

@@ -1,5 +0,6 @@

(function (factory) {
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
factory();
}(function () { 'use strict';
(global = global || self, global.ClipboardCopyElement = factory());
}(this, function () { 'use strict';

@@ -166,2 +167,4 @@ function createNode(text) {

return ClipboardCopyElement;
}));
{
"name": "@github/clipboard-copy-element",
"version": "1.0.4",
"version": "1.0.5",
"description": "Copy element text content or input values to the clipboard.",

@@ -8,2 +8,3 @@ "repository": "github/clipboard-copy-element",

"module": "dist/index.esm.js",
"types": "index.d.ts",
"scripts": {

@@ -24,3 +25,4 @@ "clean": "rm -rf dist",

"files": [
"dist"
"dist",
"index.d.ts"
],

@@ -27,0 +29,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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