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
0
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.44 to 3.0.45

4

dist/client/watches/BatchSubject.d.ts

@@ -101,2 +101,6 @@ import { HRef, HDict, HGrid } from 'haystack-core';

inspect(): void;
/**
* Request a watch poll.
*/
poll(): Promise<void>;
}

@@ -68,2 +68,6 @@ import { HRef, HDict, HGrid } from 'haystack-core';

inspect(): void;
/**
* Request a watch poll.
*/
poll(): Promise<void>;
}

@@ -413,2 +413,9 @@ import { HGrid, HDict, HRef } from 'haystack-core';

hasErrorForId(id: string | HRef | HDict): boolean;
/**
* Request a watch poll.
*
* Please note, polls are normally handled automatically so manually
* calling this is not normally required.
*/
poll(): Promise<void>;
}

@@ -46,2 +46,9 @@ import { HaysonDict, HDict, HGrid, HList } from 'haystack-core';

update(dicts: HDict | HaysonDict | HDict[] | HaysonDict[] | HGrid | HList<HDict>): Promise<void>;
/**
* Request a poll for all opened watches.
*
* Please note, polls are normally handled automatically so manually
* calling this is not normally required.
*/
poll(): Promise<void>;
}

4

package.json

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

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

@@ -76,4 +76,4 @@ "main": "dist/index.js",

"dependencies": {
"haystack-core": "^2.0.60"
"haystack-core": "^2.0.61"
}
}

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