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

@digital-realty/ix-app-logic

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-app-logic - npm Package Compare versions

Comparing version 1.0.11-alpha-252065-t51.0 to 1.0.11-alpha-252081-t51.0

dist/src/build_scripts/import-map-dep.d.ts

8

dist/src/build_scripts/import-map.js

@@ -9,2 +9,6 @@ #!/usr/bin/env node

cdn: {
default: 'https://inxn-t51-uicomponentgallery.azurewebsites.net',
description: 'in-house CDN url',
},
'cdn-tmp': {
default: 'https://cdn.jsdelivr.net/npm',

@@ -29,2 +33,3 @@ description: 'default CDN url',

const replaceCdnStr = '{{NPM_CDN}}';
const replaceCdnTmpStr = '{{NPM_CDN_TMP}}';
const replaceCdnAltStr = '{{NPM_CDN_ALT}}';

@@ -37,6 +42,7 @@ const replaceModStr = '{{VERSION_MOD}}';

importMapString = importMapString.replaceAll(replaceCdnAltStr, argv['cdn-alt']);
importMapString = importMapString.replaceAll(replaceCdnTmpStr, argv['cdn-tmp']);
importMapString = importMapString.replaceAll(replaceModStr, argv['version-mod']);
importMapString = importMapString.replaceAll(new RegExp(argv['version-regex'], 'g'), '');
originalHtml = originalHtml.replace('<!-- import map -->', importMapString);
originalHtml = originalHtml.replace('<!-- footer links -->', footLinks.replaceAll(replaceCdnStr, argv.cdn));
originalHtml = originalHtml.replace('<!-- footer links -->', footLinks.replaceAll(replaceCdnTmpStr, argv['cdn-tmp']));
fs.writeFileSync(target, originalHtml, enconding);

@@ -43,0 +49,0 @@ })

11

package.json

@@ -6,6 +6,7 @@ {

"author": "ix-app-logic",
"version": "1.0.11-alpha-252065-t51.0",
"version": "1.0.11-alpha-252081-t51.0",
"type": "module",
"bin": {
"ix-write-versions": "./dist/src/build_scripts/write-versions.js",
"ix-import-map-dep": "./dist/src/build_scripts/import-map-dep.js",
"ix-import-map": "./dist/src/build_scripts/import-map.js"

@@ -43,7 +44,7 @@ },

"@digital-realty/ix-button": "^3.2.32",
"@digital-realty/ix-dialog": "^1.1.11-alpha-252065-t51.0",
"@digital-realty/ix-drawer": "^1.1.14-alpha-252065-t51.0",
"@digital-realty/ix-dialog": "^1.1.11-alpha-252081-t51.0",
"@digital-realty/ix-drawer": "^1.1.14-alpha-252081-t51.0",
"@digital-realty/ix-progress": "^1.2.3",
"@digital-realty/ix-twlit": "1.0.1",
"@digital-realty/theme": "^2.1.13-alpha-252065-t51.0",
"@digital-realty/theme": "2.1.13-alpha-251883-t51.0",
"lit": "^3.1.4",

@@ -117,3 +118,3 @@ "mobx": "^6.13.3",

],
"gitHead": "515b2f089597de565d77cc32d3c78e5304322f49"
"gitHead": "2c3405e875e33c9dc728f3b1b41ae0d9c368cb0d"
}

Sorry, the diff of this file is not supported yet

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