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
196
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.12.6 to 7.12.7

4

CHANGELOG.md

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

## [7.12.7](https://github.com/locize/locize-cli/compare/v7.12.6...v7.12.7) - 2022-09-09
- fix for #75
## [7.12.6](https://github.com/locize/locize-cli/compare/v7.12.5...v7.12.6) - 2022-08-26

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

2

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

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

@@ -113,3 +113,3 @@ const fs = require('fs');

remote[k] && (
(typeof local[k] === 'object' && local[k].value && remote[k] !== local[k].value) ||
(typeof local[k] === 'object' && local[k] && local[k].value && remote[k] !== local[k].value) ||
(typeof local[k] !== 'object' && remote[k] !== local[k])

@@ -116,0 +116,0 @@ )

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