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.6 to 1.5.7

10

out/sourceStrings/index.d.ts

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

identifier: string;
text: string;
text: string | PluralText;
type: Type;

@@ -59,2 +59,10 @@ context: string;

}
interface PluralText {
zero?: string;
one?: string;
two?: string;
few?: string;
many?: string;
other?: string;
}
enum Type {

@@ -61,0 +69,0 @@ TEXT = 0,

2

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