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

@emartech/json-logger

Package Overview
Dependencies
Maintainers
43
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/json-logger - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

4

package.json
{
"name": "@emartech/json-logger",
"version": "1.0.3",
"version": "1.1.0",
"description": "Simple json logger middleware with namespaces",

@@ -41,3 +41,3 @@ "main": "index.js",

"chalk": "2.1.0",
"continuation-local-storage": "3.2.0",
"cls-hooked": "4.2.2",
"event-stream": "3.3.2"

@@ -44,0 +44,0 @@ },

'use strict';
const continuationLocalStorage = require('continuation-local-storage');
const continuationLocalStorage = require('cls-hooked');

@@ -5,0 +5,0 @@ class ContextMiddlewareFactory {

'use strict';
let config = require('../config');
const continuationLocalStorage = require('continuation-local-storage');
const continuationLocalStorage = require('cls-hooked');

@@ -6,0 +6,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