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.33 to 3.0.34

4

dist/client/finCsrfFetch.d.ts

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

import { FetchMethod } from './fetchVal';
/**

@@ -45,5 +46,6 @@ * Represents a CSRF error.

* @param options Optional object containing any custom settings.
* @param fetchFunc Optional fetch function to use instead of global fetch.
* @returns A promise that resolves to a response object.
*/
export declare function finCsrfFetch(resource: RequestInfo, options?: RequestInit): Promise<Response>;
export declare function finCsrfFetch(resource: RequestInfo, options?: RequestInit, fetchFunc?: FetchMethod): Promise<Response>;
export interface CsrfRequestInit extends RequestInit {

@@ -50,0 +52,0 @@ attestHeaderName?: string;

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

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

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

<p align="center">
<a href="https://github.com/j2inn/haystack-nclient/actions/workflows/master-push.yaml">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/j2inn/haystack-nclient/Master%20push" />
<a href="https://github.com/j2inn/haystack-nclient/actions/workflows/master-push-pull-request.yaml">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/j2inn/haystack-nclient/master-push-pull-request.yaml" />
</a>

@@ -5,0 +5,0 @@

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