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

libesvm

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libesvm - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/node.js

@@ -130,3 +130,3 @@ var child_process = require('child_process');

Node.prototype.parsePort = function (message) {
var matches = message.match(/publish_address\s*\{[a-zA-Z\[]*\/(\d+\.\d+\.\d+\.\d+):(\d+)\]?\}/);
var matches = message.match(/publish_address\s*\{[^\}]*?(\d+\.\d+\.\d+\.\d+):(\d+)[^\}]*\}/i);
if (matches) {

@@ -133,0 +133,0 @@ this.address = matches[1];

{
"name": "libesvm",
"version": "1.0.4",
"version": "1.0.5",
"description": "libesvm is a library for managning an Elasticsearch process for development and testing.",

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