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
0
Versions
197
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 8.5.0 to 8.5.1

4

CHANGELOG.md

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

## [8.5.1](https://github.com/locize/locize-cli/compare/v8.5.0...v8.5.1) - 2025-02-19
- downgrade binary generation to node v20 to try to address [103](https://github.com/locize/locize-cli/issues/103)
## [8.5.0](https://github.com/locize/locize-cli/compare/v8.4.0...v8.5.0) - 2025-02-18

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

6

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

@@ -39,3 +39,3 @@ "main": "index.js",

"gh-release": "7.0.2",
"@yao-pkg/pkg": "6.2.0"
"@yao-pkg/pkg": "6.3.1"
},

@@ -45,3 +45,3 @@ "scripts": {

"test": "npm run lint",
"pkg": "mkdir -p ./bins && pkg ./bin/locize --out-path ./bins --targets node22-linux-x64,node22-macos-x64,node22-win-x64,node22-alpine-x64",
"pkg": "mkdir -p ./bins && pkg ./bin/locize --out-path ./bins --targets node20-linux-x64,node20-macos-x64,node20-win-x64,node20-alpine-x64",
"release": "gh-release --assets ./bins/locize-linux,./bins/locize-macos,./bins/locize-win.exe,./bins/locize-alpine",

@@ -48,0 +48,0 @@ "version": "npm run pkg",

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