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

copyr

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copyr - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "copyr",
"version": "1.0.4",
"version": "1.0.5",
"description": "Copy text to the clipboard.",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"build": "webpack",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},

@@ -12,0 +12,0 @@ "repository": {

@@ -10,3 +10,4 @@ A small (under 1KB) module for copying text to the clipboard.

copy('Some text'); // Clipboard now has 'Some text' saved to it
copy('Some text');
// Clipboard now has 'Some text' saved to it
```
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