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

@elastic.io/batching-library

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/batching-library - npm Package Compare versions

Comparing version 0.0.1-dev.2 to 0.0.1-dev.3

3

lib/client.ts

@@ -48,2 +48,5 @@ import { AbstractStore } from './storage/IStore';

* Atomic update Batch status
* @param batchId batch id
* @param status batch status | OPEN | READY | LOCKED | SUCCESS | FAILURE
* @return Batch with saved item.
*/

@@ -50,0 +53,0 @@ public async updateBatchStatusById(batchId: string, status: BatchStatus): Promise<Batch[]> {

2

package.json
{
"name": "@elastic.io/batching-library",
"version": "0.0.1-dev.2",
"version": "0.0.1-dev.3",
"description": "Library for batching implementation on elastic.io",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/elasticio/batching-library#readme",

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