New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@curium.rocks/json-chronicler

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@curium.rocks/json-chronicler - npm Package Compare versions

Comparing version 0.1.1-10 to 0.1.1-11

4

build/src/jsonChronicler.js

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

processFileOperations() {
this.logger?.debug(`Executing: processFileOperations for ${this.id}`);
this.logger?.trace(`Executing: processFileOperations for ${this.id}`);
this.operationPromise = new Promise(async (resolve) => {

@@ -94,3 +94,3 @@ let operation = this.operationQueue.pop();

if (!this.disposed) {
this.logger?.debug(`Queueing: processFileOperations for ${this.id}`);
this.logger?.trace(`Queueing: processFileOperations for ${this.id}`);
this.operationTimer = setTimeout(this.processFileOperations.bind(this), this.batchInterval);

@@ -97,0 +97,0 @@ }

{
"name": "@curium.rocks/json-chronicler",
"version": "0.1.1-10",
"version": "0.1.1-11",
"description": "Persists objects in JSON format to rolling archive files",

@@ -5,0 +5,0 @@ "main": "build/src/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