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

@crowdin/crowdin-api-client

Package Overview
Dependencies
Maintainers
5
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crowdin/crowdin-api-client - npm Package Compare versions

Comparing version 1.8.3 to 1.8.4

3

out/core/internal/fetch/fetchClient.js

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

.then((resp) => __awaiter(this, void 0, void 0, function* () {
if (resp.status === 204) {
return {};
}
const text = yield resp.text();

@@ -60,0 +63,0 @@ const json = text ? JSON.parse(text) : {};

2

package.json
{
"name": "@crowdin/crowdin-api-client",
"version": "1.8.3",
"version": "1.8.4",
"description": "JavaScript library for Crowdin API v2.",

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

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