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

elastic-particles

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-particles - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/elasticClient.js

@@ -10,6 +10,6 @@ 'use strict';

port = port || 9200;
server = sever || 'localhost';
server = server || 'localhost';
//TODO: Remove this garbage and implement something decent for logging.
logger = logger || {};
if (!logger.info) logger.info = function(){};

@@ -16,0 +16,0 @@ if (!logger.debug) logger.debug = function(){};

{
"name": "elastic-particles",
"version": "0.0.3",
"version": "0.0.4",
"description": "Building blocks for Elastic queries, filters, and aggregations which can be re-used, combed, and nested.",

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

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