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

esdump

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esdump - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

elasticdump.js

@@ -140,3 +140,3 @@ var util = require("util");

if (data[i]._source.title && data[i]._source.words) {
//for source_type grants_*

@@ -167,2 +167,7 @@ if (data[i]._source.meta.award_floor) {

// clinical trial
if (data[i]._source.meta.enrollment) {
data[i]._source.meta.enrollment = (typeof data[i]._source.meta.enrollment != "number") ? parseInt(data[i]._source.meta.enrollment) : data[i]._source.meta.enrollment;
}
delete data[i]._source.top_words;

@@ -169,0 +174,0 @@ data01.push(data[i]);

2

package.json

@@ -5,3 +5,3 @@ {

"description": "from elasticdump 0.16.1",
"version": "0.0.3",
"version": "0.0.4",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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