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

@ms-cloudpack/import-map

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/import-map - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

4

lib/createImportMap.js

@@ -69,5 +69,7 @@ import { getExportsMap, isExternalPackage } from '@ms-cloudpack/package-utilities';

// which logs this as an error to the user and offers a way to add the entry to exports overrides.)
// importMap[definition.name + '/'] = baseUrl + 'missing/';
if (config.features?.autoUpdateEntries && importMap[definition.name + '/'] === undefined) {
importMap[definition.name + '/'] = baseUrl + 'missing/';
}
return importMap;
}
//# sourceMappingURL=createImportMap.js.map
{
"name": "@ms-cloudpack/import-map",
"version": "0.5.4",
"version": "0.5.5",
"description": "Utilities for creating/updating import maps.",

@@ -17,6 +17,6 @@ "license": "MIT",

"dependencies": {
"@ms-cloudpack/common-types": "^0.5.3",
"@ms-cloudpack/package-utilities": "^7.4.7",
"@ms-cloudpack/common-types": "^0.5.4",
"@ms-cloudpack/package-utilities": "^7.4.8",
"@ms-cloudpack/path-string-parsing": "^1.2.2",
"@ms-cloudpack/path-utilities": "^2.7.10",
"@ms-cloudpack/path-utilities": "^2.7.11",
"merge": "^2.1.1"

@@ -23,0 +23,0 @@ },

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