Socket
Socket
Sign inDemoInstall

cordova-plugin-localization-strings

Package Overview
Dependencies
43
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

2

package.json
{
"name": "cordova-plugin-localization-strings",
"version": "5.0.3",
"version": "5.0.4",
"description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android",

@@ -5,0 +5,0 @@ "keywords": [

@@ -47,3 +47,3 @@ var fs = require("fs");

// TODO: reject promise ?
glob(providedTranslationPathPattern).forEach(function (langFile) {
glob(providedTranslationPathPattern, {posix: true}).forEach(function (langFile) {
var matches = langFile.match(providedTranslationPathRegex);

@@ -50,0 +50,0 @@ if (matches) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc