Socket
Socket
Sign inDemoInstall

@ms-cloudpack/import-map

Package Overview
Dependencies
Maintainers
3
Versions
69
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.8 to 0.5.9

2

lib/getRuntimeEntryPaths.d.ts

@@ -8,3 +8,3 @@ import type { PackageJsonExports } from '@ms-cloudpack/common-types';

*
* @returns Mapping from import path (same as original exports map keys) to actual relative
* @returns Mapping from import path (same as original exports map keys) to normalized relative
* file path that will be used at runtime.

@@ -11,0 +11,0 @@ */

import { flattenExportsMap } from '@ms-cloudpack/package-utilities';
import { slash } from '@ms-cloudpack/path-string-parsing';
import { normalizeRelativePath } from '@ms-cloudpack/path-string-parsing';
import { sourceExtensions } from '@ms-cloudpack/path-utilities';

@@ -11,3 +11,3 @@ import path from 'path';

*
* @returns Mapping from import path (same as original exports map keys) to actual relative
* @returns Mapping from import path (same as original exports map keys) to normalized relative
* file path that will be used at runtime.

@@ -48,3 +48,3 @@ */

if (actualFilePath !== undefined) {
result[importPath] = slash(actualFilePath);
result[importPath] = normalizeRelativePath(actualFilePath);
}

@@ -51,0 +51,0 @@ }

{
"name": "@ms-cloudpack/import-map",
"version": "0.5.8",
"version": "0.5.9",
"description": "Utilities for creating/updating import maps.",

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

"dependencies": {
"@ms-cloudpack/common-types": "^0.6.2",
"@ms-cloudpack/package-utilities": "^7.4.11",
"@ms-cloudpack/path-string-parsing": "^1.2.2",
"@ms-cloudpack/path-utilities": "^2.7.14",
"@ms-cloudpack/common-types": "^0.7.0",
"@ms-cloudpack/package-utilities": "^7.5.0",
"@ms-cloudpack/path-string-parsing": "^1.2.3",
"@ms-cloudpack/path-utilities": "^2.7.15",
"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