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

@stamhoofd/crons

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamhoofd/crons - npm Package Compare versions

Comparing version 2.64.0 to 2.65.0

2

dist/src/crons.js

@@ -87,3 +87,3 @@ "use strict";

crons().catch(console.error);
}, 5 * 60 * 1000);
}, STAMHOOFD.environment === 'development' ? 10 * 1000 : 5 * 60 * 1000);
crons().catch(console.error);

@@ -90,0 +90,0 @@ }

{
"name": "@stamhoofd/crons",
"version": "2.64.0",
"version": "2.65.0",
"main": "./dist/index.js",

@@ -18,3 +18,3 @@ "types": "./dist/index.d.ts",

},
"gitHead": "80eebbb0b4fb84ac979041c3f8c7762863622367"
"gitHead": "16bb6a7ce183c964158cee5d1581de6e7575133d"
}

@@ -98,3 +98,3 @@ import { logger, StyledText } from '@simonbackx/simple-logging';

crons().catch(console.error);
}, 5 * 60 * 1000);
}, STAMHOOFD.environment === 'development' ? 10 * 1000 : 5 * 60 * 1000);
crons().catch(console.error);

@@ -101,0 +101,0 @@ }

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