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

@highpoint/js-fetch

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highpoint/js-fetch - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

CHANGELOG.md

@@ -6,1 +6,4 @@ # v0.1.0

* Automatically add `postDataBin=y` to JSON requests (if it's not already there)
# v0.1.2
* Fix CSRF cookie name

2

dist/js-fetch.js

@@ -99,3 +99,3 @@ 'use strict';

headers: _extends({
'X-CSRF-Token': getCookieValue('CSRFToken') }, headers)
'X-CSRF-Token': getCookieValue('CSRFCookie') }, headers)
}, otherArgs));

@@ -102,0 +102,0 @@ };

{
"name": "@highpoint/js-fetch",
"version": "0.1.1",
"version": "0.1.2",
"description": "HighPoint Fetch Library",

@@ -5,0 +5,0 @@ "main": "dist/js-fetch.js",

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