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

es-painless-fields

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-painless-fields - npm Package Compare versions

Comparing version

to
0.4.1

2

index.js

@@ -28,3 +28,3 @@ 'use strict';

unset(fields = []) {
const source = fields.map(key => `ctx._source.remove('${key}')`).join(' ');
const source = fields.map(key => `ctx._source.remove('${key}')`).join('; ');

@@ -31,0 +31,0 @@ return {

{
"name": "es-painless-fields",
"version": "0.4.0",
"version": "0.4.1",
"description": "Helpers for bulk update Elasticsearch documents by query using Painless scripts",

@@ -5,0 +5,0 @@ "license": "MIT",