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
16
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.32-beta.1 to 3.0.32

0

dist/client/Client.d.ts

@@ -0,0 +0,0 @@ import { HNamespace, HVal, HaysonVal } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HNamespace } from 'haystack-core';

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

@@ -0,0 +0,0 @@ import { HGrid } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HVal } from 'haystack-core';

@@ -0,0 +0,0 @@ import { CsrfRequestInit } from './finCsrfFetch';

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

@@ -0,0 +0,0 @@ import { HaysonDict, HDict, HGrid, HMarker, HRef, HStr } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HGrid } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HDict, HGrid, HMarker, HRef, HaysonDict, HList } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HDateTime, HDict, HRef, HStr } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HDict, HNum, HRef, HStr } from 'haystack-core';

@@ -0,0 +0,0 @@ import { NotificationService, NotificationEventHandler } from './NotificationService';

@@ -0,0 +0,0 @@ import { HGrid, HRef, HDict, HaysonDict, HList, HaysonVal, HVal, HStr, HNum, HDate, HDateTime } from 'haystack-core';

@@ -0,0 +0,0 @@ import { ClientServiceConfig } from './ClientServiceConfig';

@@ -0,0 +0,0 @@ import { HGrid, HRef, HDict, HaysonDict, HList } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HaysonDict, HDict, HGrid, HMarker, HRef } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HDict, HGrid, HRef } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HBool, HDate, HDateTime, HDict, HList, HNum, HRef, HStr, HTime, HVal } from 'haystack-core';

@@ -0,0 +0,0 @@ import { ClientServiceConfig } from './ClientServiceConfig';

8

dist/client/watches/ApiSubject.d.ts

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

/**
* Return true if the dicts can trigger an update event for a watch.
*
* @param curDict The current dict.
* @param newDict The new dict.
* @returns True if an update can be triggered.
*/
static canUpdate(curDict: HDict, newDict: HDict): boolean;
/**
* Update an existing dict with the new dict and return the changes

@@ -123,0 +131,0 @@ * or undefined if none are detected.

@@ -0,0 +0,0 @@ import { HRef, HDict, HGrid } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HRef, HDict, HGrid } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HGrid, HDict, HRef } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HNum } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HVal } from 'haystack-core';

@@ -0,0 +0,0 @@ import { ClientServiceConfig } from '../ClientServiceConfig';

@@ -0,0 +0,0 @@ import { ClientServiceConfig } from '../ClientServiceConfig';

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

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

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

@@ -0,0 +0,0 @@ import { HList, HRef } from 'haystack-core';

@@ -0,0 +0,0 @@ import { HRef, HDict, HList, HGrid, HaysonDict } from 'haystack-core';

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

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

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

@@ -0,0 +0,0 @@ import { HDateTime, HDict, HRef } from 'haystack-core';

8

package.json

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

"homepage": "https://github.com/j2inn/haystack-nclient",
"version": "3.0.32-beta.1",
"version": "3.0.32",
"module": "dist/index.es.js",

@@ -52,3 +52,3 @@ "main": "dist/index.js",

"fetch-mock": "^9.10.7",
"haystack-core": "^2.0.44",
"haystack-core": "^2.0.45",
"html-loader": "^4.1.0",

@@ -78,4 +78,4 @@ "html-webpack-plugin": "^5.5.0",

"peerDependencies": {
"haystack-core": "^2.0.44"
"haystack-core": "^2.0.45"
}
}
}

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