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
13
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.13 to 3.0.14

6

dist/client/OpsService.d.ts

@@ -1,2 +0,2 @@

import { HGrid, HRef, HDict, HaysonDict, HList, HaysonVal, HVal, HNum, HDate, HDateTime } from 'haystack-core';
import { HGrid, HRef, HDict, HaysonDict, HList, HaysonVal, HVal, HStr, HNum, HDate, HDateTime } from 'haystack-core';
import { ClientServiceConfig } from './ClientServiceConfig';

@@ -153,7 +153,7 @@ import { WatchService } from './watches/WatchService';

*
* @param navId Optional navId string, ref, dict or grid. If a dict or grid, the id
* @param navId Optional navId string, str, ref, dict or grid. If a dict or grid, the id
* must be specified via a navId property.
* @returns The navigation.
*/
nav(navId?: string | HRef | HaysonDict | HDict | HGrid): Promise<HGrid>;
nav(navId?: string | HStr | HRef | HaysonDict | HDict | HGrid): Promise<HGrid>;
}

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

"homepage": "https://github.com/j2inn/haystack-nclient",
"version": "3.0.13",
"version": "3.0.14",
"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