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

logagent-js

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logagent-js - npm Package Compare versions

Comparing version 1.1.33 to 1.1.34

7

lib/index.js

@@ -30,2 +30,6 @@ /*

this.cfg.geoIPEnabled = false
if(this.readyCallback) {
this.readyCallback()
this.readyCallback = null
}
return

@@ -37,3 +41,2 @@ }

this.cfg.geoIPEnabled = true
console.log("GeoIP enabled, GeoIP db file")
if (this.cfg.globalTransform)

@@ -80,3 +83,3 @@ {

{
initGeoIp.bind(this)(fileName)
initGeoIp.bind(this)(null, fileName)
cbInitGeoIp = null

@@ -83,0 +86,0 @@ } else {

{
"name": "logagent-js",
"version": "1.1.33",
"version": "1.1.34",
"description": "Smart log parser written in Node",

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