Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conjure-client

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conjure-client - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

lib/fetchBridge/fetchBridge.js

@@ -206,2 +206,5 @@ "use strict";

var _this = this;
if (data == null) {
return "";
}
var query = [];

@@ -208,0 +211,0 @@ var _loop_1 = function (key) {

2

package.json
{
"name": "conjure-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "An HTTP bridge library for use in front end applications and generated conjure code",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -194,2 +194,6 @@ /**

private buildQueryString(data: { [key: string]: any }) {
if (data == null) {
return "";
}
const query: string[] = [];

@@ -196,0 +200,0 @@ for (const key of Object.keys(data)) {

Sorry, the diff of this file is not supported yet

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