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

@lokalise/backend-http-client

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/backend-http-client - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/src/client/httpClient.d.ts

3

dist/index.d.ts

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

export { sendPut, sendPutBinary, sendDelete, sendPatch, sendGet, sendPost, sendPostBinary, httpClient, buildClient, type RequestOptions, type Response, type HttpRequestContext, type ResponseSchema, JSON_HEADERS, NO_CONTENT_RESPONSE_SCHEMA, UNKNOWN_RESPONSE_SCHEMA, } from './src/httpClient';
export { sendPut, sendPutBinary, sendDelete, sendPatch, sendGet, sendPost, sendPostBinary, httpClient, buildClient, type RequestOptions, type Response, type HttpRequestContext, type ResponseSchema, JSON_HEADERS, NO_CONTENT_RESPONSE_SCHEMA, UNKNOWN_RESPONSE_SCHEMA, } from './src/client/httpClient';
export { isResponseStatusError, ResponseStatusError } from './src/errors/ResponseStatusError';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UNKNOWN_RESPONSE_SCHEMA = exports.NO_CONTENT_RESPONSE_SCHEMA = exports.JSON_HEADERS = exports.buildClient = exports.httpClient = exports.sendPostBinary = exports.sendPost = exports.sendGet = exports.sendPatch = exports.sendDelete = exports.sendPutBinary = exports.sendPut = void 0;
var httpClient_1 = require("./src/httpClient");
exports.ResponseStatusError = exports.isResponseStatusError = exports.UNKNOWN_RESPONSE_SCHEMA = exports.NO_CONTENT_RESPONSE_SCHEMA = exports.JSON_HEADERS = exports.buildClient = exports.httpClient = exports.sendPostBinary = exports.sendPost = exports.sendGet = exports.sendPatch = exports.sendDelete = exports.sendPutBinary = exports.sendPut = void 0;
var httpClient_1 = require("./src/client/httpClient");
Object.defineProperty(exports, "sendPut", { enumerable: true, get: function () { return httpClient_1.sendPut; } });

@@ -17,2 +17,5 @@ Object.defineProperty(exports, "sendPutBinary", { enumerable: true, get: function () { return httpClient_1.sendPutBinary; } });

Object.defineProperty(exports, "UNKNOWN_RESPONSE_SCHEMA", { enumerable: true, get: function () { return httpClient_1.UNKNOWN_RESPONSE_SCHEMA; } });
var ResponseStatusError_1 = require("./src/errors/ResponseStatusError");
Object.defineProperty(exports, "isResponseStatusError", { enumerable: true, get: function () { return ResponseStatusError_1.isResponseStatusError; } });
Object.defineProperty(exports, "ResponseStatusError", { enumerable: true, get: function () { return ResponseStatusError_1.ResponseStatusError; } });
//# sourceMappingURL=index.js.map
{
"name": "@lokalise/backend-http-client",
"version": "1.0.0",
"version": "1.1.0",
"author": {

@@ -5,0 +5,0 @@ "name": "Lokalise",

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