Socket
Socket
Sign inDemoInstall

@connectedcars/react-i18n

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedcars/react-i18n - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

6

bin/translation-status.js

@@ -20,3 +20,3 @@ #!/usr/bin/env node

// Subtract header
const totalStrings = Object.keys(pocontent).length-1
const totalStrings = Object.keys(pocontent).length - 1
let translatedStrings = 0

@@ -33,7 +33,7 @@ for (const key in pocontent) {

translatedStrings,
missingStrings: totalStrings-translatedStrings
missingStrings: totalStrings - translatedStrings
}
})
console.log(translationStatus)
console.log(JSON.stringify(translationStatus, null, 2))
})
{
"name": "@connectedcars/react-i18n",
"author": "Connected Cars <oss@connectedcars.io>",
"version": "0.1.8",
"version": "0.1.9",
"description": "Translations!",

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

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