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.3 to 2.0.4

13

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

@@ -8,3 +8,2 @@ "main": "translate.js",

"lint": "eslint *.js bin/*",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "jasmine"

@@ -20,3 +19,3 @@ },

"js-yaml": "^3.7.0",
"jsonpath": "^0.2.9"
"jsonpath": "^1.0.0"
},

@@ -28,6 +27,6 @@ "repository": {

"devDependencies": {
"eslint": "^3.14.1",
"jasmine": "2.5.3",
"semantic-release": "^6.3.2"
"eslint": "^5.8.0",
"jasmine": "3.3.0",
"semantic-release": "^15.10.6"
}
}
}

@@ -57,5 +57,5 @@ 'use strict';

const isKey = val => !!val.match(/^[a-zA-Z0-9.\-\_]*$/);
const isKey = val => !!val.match(/^[a-zA-Z0-9.\-_]*$/);
module.exports = translate;

Sorry, the diff of this file is not supported yet

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