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
3
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.31.0 to 1.32.0

out/ai/index.d.ts

3

out/index.d.ts

@@ -0,1 +1,2 @@

import { AI } from './ai';
import { Applications } from './applications';

@@ -33,2 +34,3 @@ import { Bundles } from './bundles';

import { Workflows } from './workflows';
export * from './ai';
export * from './applications';

@@ -70,2 +72,3 @@ export * from './bundles';

export default class Client extends CrowdinApi {
readonly AIApi: AI;
readonly applicationsApi: Applications;

@@ -72,0 +75,0 @@ readonly sourceFilesApi: SourceFiles;

@@ -17,2 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const ai_1 = require("./ai");
const applications_1 = require("./applications");

@@ -50,2 +51,3 @@ const bundles_1 = require("./bundles");

const workflows_1 = require("./workflows");
__exportStar(require("./ai"), exports);
__exportStar(require("./applications"), exports);

@@ -89,2 +91,3 @@ __exportStar(require("./bundles"), exports);

super(credentials, config);
this.AIApi = new ai_1.AI(credentials, config);
this.applicationsApi = new applications_1.Applications(credentials, config);

@@ -91,0 +94,0 @@ this.sourceFilesApi = new sourceFiles_1.SourceFiles(credentials, config);

2

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