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

@lokalise/node-api

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/node-api - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

CHANGELOG.md
# Lokalise API Node Client Changelog
## 2.0.1 (09-Dec-19)
* Fixed file download params
## 2.0.0 (05-Dec-19)

@@ -4,0 +8,0 @@

2

index.d.ts

@@ -55,3 +55,3 @@ declare module '@lokalise/node-api' {

disable_references?: boolean;
plural_format?: string[];
plural_format?: string;
placeholder_format?: string;

@@ -58,0 +58,0 @@ webhook_url?: string;

{
"name": "@lokalise/node-api",
"version": "2.0.0",
"version": "2.0.1",
"description": "Official Lokalise API 2.0 Node.js client",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -23,3 +23,3 @@ export interface DownloadFileParams {

disable_references?: boolean;
plural_format?: string[];
plural_format?: string;
placeholder_format?: string;

@@ -36,2 +36,2 @@ webhook_url?: string;

bundle_description?: string;
}
}
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