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

@openfn/logger

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfn/logger - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

1

dist/index.d.ts

@@ -23,2 +23,3 @@ declare type LogLevel = 'debug' | 'info' | 'default' | 'none';

name?: string;
time: number;
};

@@ -25,0 +26,0 @@ declare type StringLog = [LogFns | 'confirm' | 'print', ...any];

3

dist/index.js

@@ -128,3 +128,4 @@ // src/logger.ts

name,
message: args.map((o) => sanitize_default(o, { stringify: false }))
message: args.map((o) => sanitize_default(o, { stringify: false })),
time: Date.now()
};

@@ -131,0 +132,0 @@ emitter[level](stringify2(output));

{
"name": "@openfn/logger",
"version": "0.0.11",
"version": "0.0.12",
"description": "Cross-package logging utility",

@@ -5,0 +5,0 @@ "module": "dist/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