New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

locize-cli

Package Overview
Dependencies
Maintainers
2
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locize-cli - npm Package Compare versions

Comparing version 7.14.15 to 7.15.0

4

CHANGELOG.md

@@ -8,2 +8,6 @@ # locize-cli change log

## [7.15.0](https://github.com/locize/locize-cli/compare/v7.14.15...v7.15.0) - 2023-12-18
- locize sync: show publish mode advice if necessary
## [7.14.15](https://github.com/locize/locize-cli/compare/v7.14.14...v7.14.15) - 2023-12-18

@@ -10,0 +14,0 @@

2

package.json
{
"name": "locize-cli",
"version": "7.14.15",
"version": "7.15.0",
"description": "locize cli to import locales",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -273,2 +273,7 @@ const fs = require('fs');

if (err) return clb(err);
const cliInfo = res.headers.get('x-cli-info');
if (cliInfo && cliInfo !== opt.lastShownCliInfo) {
console.log(colors.yellow(cliInfo));
opt.lastShownCliInfo = cliInfo;
}
if (res.status === 504 && !isRetrying) {

@@ -275,0 +280,0 @@ return setTimeout(() => send(d, so, clb, true), 3000);

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