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

xlf-translate

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlf-translate - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "xlf-translate",
"version": "2.0.1",
"version": "2.0.2",
"description": "Populate XLIFF (.XLF) files with existing translations",

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

@@ -39,3 +39,4 @@ 'use strict';

.forEach(d => {
const query = '$.' + d.id;
const parts = d.id.split('.').map(part => `['${part}']`);
const query = '$' + parts.join('');
const match = jp.query(lang, query);

@@ -42,0 +43,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