Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ilib-loctool-webos-ts-resource

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilib-loctool-webos-ts-resource - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

6

package.json
{
"name": "ilib-loctool-webos-ts-resource",
"version": "1.4.1",
"version": "1.4.2",
"main": "./TSResourceFileType.js",

@@ -51,3 +51,3 @@ "description": "A loctool plugin that knows how to process ts resource files",

"dependencies": {
"ilib": "^14.16.0",
"ilib": "^14.17.0",
"pretty-data": "^0.40.0",

@@ -58,5 +58,5 @@ "xml-js": "^1.6.11"

"assertextras": "^1.1.0",
"loctool": "2.20.2",
"loctool": "2.21.0",
"nodeunit": "^0.11.3"
}
}

@@ -6,2 +6,6 @@ # ilib-loctool-webos-ts-resource

## Release Notes
v1.4.2
* Updated dependencies. (loctool: 2.21.0)
* Fixed not to have file extension in name element with js file.
v1.4.1

@@ -8,0 +12,0 @@ * Updated dependencies. (loctool: 2.20.2)

@@ -203,3 +203,3 @@ /*

for (var i=0; i< content["context"].length; i++) {
if (content["context"][i]["name"]["_text"] === filename.replace(".qml", "")) {
if (content["context"][i]["name"]["_text"] === filename.replace(/\.qml|\.js/, "")) {
content["context"][i]["message"].push(messageObj);

@@ -213,3 +213,3 @@ break;

"name" :{
"_text": filename.replace(".qml", "")
"_text": filename.replace(/\.qml|\.js/, "")
},

@@ -216,0 +216,0 @@ "message": []

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