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

kopykat

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

kopykat - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

CHANGELOG.md

@@ -7,3 +7,3 @@ # kopykat Change Log

## 1.1.0
## 1.1.1
- fix!: fixed continuously listening problems on linux

@@ -10,0 +10,0 @@ - remove: quit on inactivity feature removed

@@ -14,5 +14,5 @@ #!/usr/bin/env node

}
console.log("Service Started ... (Hit CTRL^C Twice To Force Quit)");
notebook.initiate();
console.log(`last copy : ${last_copy}`);

@@ -28,4 +28,3 @@ const listener = new ClipboardListener({

notebook.write(value);
console.log(value);
}
});
{
"name": "kopykat",
"version": "1.1.0",
"version": "1.1.1",
"description": "Looks for new text/code snippets in system clipboard and creates notebook automatically :zap:",

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

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