Socket
Socket
Sign inDemoInstall

appcenter-link-scripts

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcenter-link-scripts - npm Package Compare versions

Comparing version 1.12.0 to 1.12.2

2

package.json
{
"name": "appcenter-link-scripts",
"version": "1.12.0",
"version": "1.12.2",
"description": "Node module that contains common functionality needed to link appcenter-* modules",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -47,3 +47,3 @@ const fs = require('fs');

const pattern = new RegExp(`<string.*name="${key}".*>.*</string>`);
const newValue = `<string name="${key}" moduleConfig="true">${value}</string>`;
const newValue = `<string name="${key}" moduleConfig="true" translatable="false">${value}</string>`;
if (stringsXml.match(pattern)) {

@@ -50,0 +50,0 @@ stringsXml = stringsXml.replace(pattern, newValue);

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