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
4
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.25.0 to 1.25.1

1

out/reports/index.d.ts

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

config: ReportSettinsConfig;
isPublic: boolean;
createdAt: string;

@@ -208,0 +209,0 @@ updatedAt: string;

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

title: string;
context: string;
type: string;

@@ -287,3 +288,5 @@ path: string;

title?: string;
context?: string;
type?: FileType;
parserVersion?: number;
importOptions?: ImportOptions;

@@ -326,2 +329,4 @@ exportOptions?: GeneralExportOptions | PropertyExportOptions;

firstLineContainsHeader: boolean;
contentSegmentation: boolean;
srxStorageId: number;
importTranslations: boolean;

@@ -331,4 +336,10 @@ scheme: Scheme;

interface Scheme {
none: number;
identifier: number;
sourcePhrase: number;
sourceOrTranslation: number;
translation: number;
context: number;
maxLength: number;
labels: number;
[key: string]: number;

@@ -377,2 +388,3 @@ }

exportPattern: string;
escapeSpecialCharacters?: 0 | 1;
}

@@ -379,0 +391,0 @@ interface JavaScriptExportOptions {

2

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

@@ -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