Socket
Socket
Sign inDemoInstall

@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.15 to 0.0.16

2

dist/index.js

@@ -19,3 +19,3 @@ // src/logger.ts

var sanitize = (item, options = {}) => {
const maybeStringify = (o) => options.stringify === false ? o : stringify(o, null, 2);
const maybeStringify = (o) => options.stringify === false ? o : stringify(o, void 0, 2);
if (item instanceof Error) {

@@ -22,0 +22,0 @@ return item;

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

@@ -28,4 +28,4 @@ "module": "dist/index.js",

"devDependencies": {
"@types/node": "^18.7.18",
"ava": "5.1.0",
"@types/node": "^18.15.13",
"ava": "5.3.1",
"ts-node": "10.8.1",

@@ -32,0 +32,0 @@ "tslib": "^2.4.0",

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