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

haystack-nclient

Package Overview
Dependencies
Maintainers
11
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haystack-nclient - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

23

dist/client/watches/BatchSubject.d.ts

@@ -50,2 +50,25 @@ import { HRef, HDict } from 'haystack-core';

/**
* Invoke a batch operation.
*
* @param op The name of the op.
* @param ids The ids used in the batch operation.
*/
private batchInvoke;
/**
* Queue the batch operation to be invoked.
*
* @param op The name of the op.
* @param ids The ids used in the batch operation.
* @param deferred The deferred promise for this asynchronous operation.
*/
private queueBatchOp;
/**
* Clear the existing batch timer.
*/
private clearBatchTimer;
/**
* Start a new batch timer.
*/
private startBatchTimer;
/**
* Register a callback for changed events.

@@ -52,0 +75,0 @@ *

6

dist/util/promise.d.ts

@@ -5,5 +5,5 @@ /**

export interface Deferred {
promise?: Promise<void>;
resolve?: () => void;
reject?: (reason?: unknown) => void;
promise: Promise<void>;
resolve: () => void;
reject: (reason?: unknown) => void;
}

@@ -10,0 +10,0 @@ /**

@@ -13,3 +13,3 @@ {

"homepage": "https://github.com/j2inn/haystack-nclient",
"version": "3.0.0",
"version": "3.0.1",
"module": "dist/index.es.js",

@@ -16,0 +16,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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