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

@wix/be-http-client

Package Overview
Dependencies
Maintainers
6
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/be-http-client - npm Package Compare versions

Comparing version

to
1.0.118

9

index.js

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

const {httpBinding, wellKnownTypes, messageBuilder} = require('@wix/be-http-binding');
const {httpBinding, wellKnownTypes, messageBuilder, enumBuilder} = require('@wix/be-http-binding');
const fetchInvoker = require('./lib/fetch-invoker');

@@ -10,3 +10,8 @@ const httpClientOptions = require('./lib/http-client-options');

...wellKnownTypes,
messageBuilder
messageBuilder,
enumBuilder,
oneOf
};
function oneOf(name) {
}
{
"name": "@wix/be-http-client",
"version": "1.0.117",
"version": "1.0.118",
"author": "Mantas Indrašius <mantasi@wix.com>",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet