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

@creately/clipboard

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creately/clipboard - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

dist/index.js

@@ -24,5 +24,6 @@ "use strict";

var _this = this;
return clipboardpoly.writeText(data).catch(function () {
_this.storeToLocalClipboard(data);
});
return clipboardpoly
.readText()
.then(function () { return clipboardpoly.writeText(data); })
.catch(function () { return _this.storeToLocalClipboard(data); });
};

@@ -29,0 +30,0 @@ /**

{
"name": "@creately/clipboard",
"version": "1.0.0",
"version": "1.0.1",
"description": "Clipboard Service which uses system clipboard as primary and local storage as fallback.",

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

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