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

@crowdin/crowdin-apps-functions

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crowdin/crowdin-apps-functions - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

out/crowdin.d.ts

@@ -76,3 +76,3 @@ import Crowdin, { SourceFilesModel, TranslationsModel } from '@crowdin/crowdin-api-client';

initializedAt: string;
constructor(subscribeLink: string);
constructor(subscribeLink: string, initializedAt: string);
}

@@ -79,0 +79,0 @@ /**

@@ -158,3 +158,3 @@ "use strict";

class PaymentRequiredError extends Error {
constructor(subscribeLink) {
constructor(subscribeLink, initializedAt) {
super('Payment required');

@@ -161,0 +161,0 @@ this.subscribeLink = subscribeLink;

{
"name": "@crowdin/crowdin-apps-functions",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utility library to easily and quickly develop Crowdin App",

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