Socket
Socket
Sign inDemoInstall

xliff

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xliff - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

ofjs.js
module.exports = (js, what, cb) => {
const res = {};
const nsKeys = Object.keys(js.resources);
const nsKeys = Object.keys(js.resources || {});
if (nsKeys.length === 1) {

@@ -6,0 +6,0 @@ const ns = js.resources[nsKeys[0]];

{
"name": "xliff",
"version": "4.1.1",
"version": "4.1.2",
"description": "xliff2js and js2xliff converter xliff utils",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},

@@ -9,0 +9,0 @@ "dependencies": {

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