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

@bluelilo/node-core

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluelilo/node-core - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

12

lib/index.js

@@ -30,2 +30,8 @@ "use strict";

});
Object.defineProperty(exports, "getCorrelationId", {
enumerable: true,
get: function () {
return _middleware.getCorrelationId;
}
});
Object.defineProperty(exports, "getSessionId", {

@@ -37,2 +43,8 @@ enumerable: true,

});
Object.defineProperty(exports, "getIpAddress", {
enumerable: true,
get: function () {
return _middleware.getIpAddress;
}
});

@@ -39,0 +51,0 @@ var _logger = require("./logger");

2

package.json
{
"name": "@bluelilo/node-core",
"version": "1.4.0",
"version": "1.5.0",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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