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 0.2.0 to 1.0.0

2

lib/httpApiBridge/fetchBridge/fetchBridgeImpl.js

@@ -181,3 +181,3 @@ "use strict";

var pathArgument = _a[_i];
pathArgument = pathArgument || "";
pathArgument = pathArgument == null ? "" : pathArgument;
path = path.replace(urlParameterRegex, encodeURIComponent(pathArgument));

@@ -184,0 +184,0 @@ }

{
"name": "conjure-client",
"version": "0.2.0",
"version": "1.0.0",
"description": "An HTTP bridge library for use in front end applications and generated conjure code",

@@ -10,2 +10,3 @@ "sideEffects": false,

"build": "npm-run-all clean compile",
"circle-publish": "./scripts/circle-publish-npm",
"clean": "rm -rf lib/*",

@@ -12,0 +13,0 @@ "compile": "tsc -p ./src",

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