You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

rest-client-sdk

Package Overview
Dependencies
Maintainers
3
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-client-sdk - npm Package Compare versions

Comparing version

to
0.15.0

CHANGELOG.md

2

package.json
{
"name": "rest-client-sdk",
"version": "0.14.0",
"version": "0.15.0",
"description": "Rest Client SDK for API",

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

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

/* global fetch */
/* global fetch window */

@@ -187,2 +187,7 @@ import URI from 'urijs';

const currentUri = typeof window === 'object' && window.location && window.location.href;
if (currentUri) {
baseHeaders.Referer = currentUri;
}
if (params) {

@@ -189,0 +194,0 @@ if (!params.headers) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display