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

@crowdin/crowdin-api-client

Package Overview
Dependencies
Maintainers
5
Versions
122
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.5.4 to 1.5.5

1

out/core/index.d.ts

@@ -25,2 +25,3 @@ export interface RequestConfig {

userAgent?: string;
integrationUserAgen?: string;
}

@@ -27,0 +28,0 @@ export interface ResponseList<T> {

9

out/core/index.js

@@ -53,4 +53,9 @@ "use strict";

};
if (!!this.config && !!this.config.userAgent) {
config.headers['User-Agent'] = this.config.userAgent;
if (!!this.config) {
if (!!this.config.userAgent) {
config.headers['User-Agent'] = this.config.userAgent;
}
if (!!this.config.integrationUserAgen) {
config.headers['X-Crowdin-Integrations-User-Agent'] = this.config.integrationUserAgen;
}
}

@@ -57,0 +62,0 @@ return config;

{
"name": "@crowdin/crowdin-api-client",
"version": "1.5.4",
"version": "1.5.5",
"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