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
123
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.10.2 to 1.10.3

1

out/sourceFiles/index.d.ts

@@ -215,2 +215,3 @@ import { CrowdinApi, DownloadLink, PatchRequest, ResponseList, ResponseObject } from '../core';

attachLabelIds?: number[];
excludedTargetLanguages?: string[];
}

@@ -217,0 +218,0 @@ interface ReplaceFileFromStorageRequest {

@@ -51,2 +51,3 @@ import { BooleanInt, CrowdinApi, PatchRequest, ResponseList, ResponseObject } from '../core';

fileId: number;
branchId: number;
identifier: string;

@@ -53,0 +54,0 @@ text: string | PluralText;

@@ -90,2 +90,3 @@ import { BooleanInt, CrowdinApi, DownloadLink, PatchRequest, ResponseList, ResponseObject } from '../core';

deadline?: string;
labelIds?: number[];
dateFrom?: string;

@@ -103,2 +104,3 @@ dateTo?: string;

expertise?: Expertise;
labelIds?: number[];
dateFrom?: string;

@@ -121,2 +123,3 @@ dateTo?: string;

editService?: boolean;
labelIds?: number[];
dateFrom?: string;

@@ -135,2 +138,3 @@ dateTo?: string;

subject?: Subject;
labelIds?: number[];
dateFrom?: string;

@@ -137,0 +141,0 @@ dateTo?: string;

@@ -143,2 +143,3 @@ import { CrowdinApi, DownloadLink, ResponseList, ResponseObject, Status } from '../core';

markAddedTranslationsAsDone?: boolean;
translateHidden?: boolean;
}

@@ -145,0 +146,0 @@ interface UploadTranslationResponse {

@@ -41,2 +41,3 @@ import { CrowdinApi, PatchRequest, ResponseList, ResponseObject } from '../core';

isActive: boolean;
batchingEnabled: boolean;
requestType: RequestType;

@@ -51,2 +52,3 @@ contentType: ContentType;

isActive?: boolean;
batchingEnabled?: boolean;
contentType?: ContentType;

@@ -53,0 +55,0 @@ events: Event[];

2

package.json
{
"name": "@crowdin/crowdin-api-client",
"version": "1.10.2",
"version": "1.10.3",
"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