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.0.2 to 1.0.3

4

index.js

@@ -24,3 +24,3 @@ #!/usr/bin/env node

while (i < 1000) {
while (i < 1000000) {
setTimeout(() => {

@@ -42,3 +42,3 @@

//console.log(`inactive ${inactive}`);
if (inactive >= 3000) {
if (inactive >= 300000) {
console.log(`Quitting On Inactivity`);

@@ -45,0 +45,0 @@ process.exit(0);

{
"name": "kopykat",
"version": "1.0.2",
"version": "1.0.3",
"description": "Looks for new text/code snippets in system clipboard and creates notebook automatically :zap:",

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

@@ -52,5 +52,10 @@ <div align="center">

## Want To Contribute?
All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/deep5050) :clap: or by making a [Paypal donation](https://www.paypal.me/deep5050) to ensure this journey continues indefinitely! :rocket:
Thanks again for your support, it is much appreciated! :pray:
## Related Works
[qikQR](https://github.com/deep5050/qikQR) . [autobadge](https://github.com/deep5050/autobadge) . [qikstart](https://github.com/deep5050/qikstart)
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