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

timer-logs

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timer-logs - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

3

index.js

@@ -146,3 +146,4 @@ "use strict";

loggerName: this.config.loggerName,
uniqueId: this.uniqueId
uniqueId: this.uniqueId,
timestamp: new Date().toUTCString(),
};

@@ -149,0 +150,0 @@ details.forEach((value, key) => {

@@ -309,3 +309,4 @@ import * as crypto from 'crypto'

loggerName: this.config.loggerName,
uniqueId: this.uniqueId
uniqueId: this.uniqueId,
timestamp: new Date().toUTCString(),
}

@@ -312,0 +313,0 @@ details.forEach((value, key) => {

{
"name": "timer-logs",
"version": "1.3.0",
"version": "1.3.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "@types/node": "^15.00.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