Socket
Socket
Sign inDemoInstall

@ms-cloudpack/package-utilities

Package Overview
Dependencies
Maintainers
2
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/package-utilities - npm Package Compare versions

Comparing version 0.16.1 to 1.0.0

29

CHANGELOG.json

@@ -5,3 +5,30 @@ {

{
"date": "Thu, 13 Oct 2022 08:12:31 GMT",
"date": "Sat, 15 Oct 2022 08:11:07 GMT",
"tag": "@ms-cloudpack/package-utilities_v1.0.0",
"version": "1.0.0",
"comments": {
"major": [
{
"author": "dake.3601@gmail.com",
"package": "@ms-cloudpack/package-utilities",
"commit": "962ebd9eb867b159565e221c9f5e800a8eb0ec84",
"comment": "Moving slash export to a different package."
},
{
"author": "beachball",
"package": "@ms-cloudpack/package-utilities",
"comment": "Bump @ms-cloudpack/path-utilities to v1.0.0",
"commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
},
{
"author": "beachball",
"package": "@ms-cloudpack/package-utilities",
"comment": "Bump @ms-cloudpack/path-string-parsing to v1.0.0",
"commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:12:52 GMT",
"tag": "@ms-cloudpack/package-utilities_v0.16.1",

@@ -8,0 +35,0 @@ "version": "0.16.1",

# Change Log - @ms-cloudpack/package-utilities
This log was last generated on Thu, 13 Oct 2022 08:12:31 GMT and should not be manually modified.
This log was last generated on Sat, 15 Oct 2022 08:11:07 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0
Sat, 15 Oct 2022 08:11:07 GMT
### Major changes
- Moving slash export to a different package. (dake.3601@gmail.com)
- Bump @ms-cloudpack/path-utilities to v1.0.0
- Bump @ms-cloudpack/path-string-parsing to v1.0.0
## 0.16.1
Thu, 13 Oct 2022 08:12:31 GMT
Thu, 13 Oct 2022 08:12:52 GMT

@@ -11,0 +21,0 @@ ### Patches

2

lib/addExportsMapEntry.js

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

import { resolveImportFromPackagePath } from './resolveImportFromPackagePath.js';
import { safeRelativePath } from './safeRelativePath.js';
import { safeRelativePath } from '@ms-cloudpack/path-string-parsing';
/**

@@ -8,0 +8,0 @@ * Given an exports map and details about an import path, adds the entry.

import { describe, it, expect, beforeEach, afterEach } from '@jest/globals';
import { slash } from '@ms-cloudpack/path-utilities';
import { slash } from '@ms-cloudpack/path-string-parsing';
import path from 'path';

@@ -4,0 +4,0 @@ import { createResolveMap } from './createResolveMap.js';

@@ -15,2 +15,1 @@ export { PackageDefinitions, type PackageDefinitionTransform } from './PackageDefinitions.js';

export { isExternalPackage } from './isExternalPackage.js';
export { parseImportString, type ImportStringResult } from './parseImportString.js';

@@ -20,3 +20,2 @@ // Package definition parsing

export { isExternalPackage } from './isExternalPackage.js';
export { parseImportString } from './parseImportString.js';
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import { slash } from '@ms-cloudpack/path-utilities';
import { slash } from '@ms-cloudpack/path-string-parsing';
export function isExternalPackage(packagePath) {

@@ -3,0 +3,0 @@ if (packagePath) {

import path from 'path';
import { intermediateToSourcePath, isFile, isFolder, slash } from '@ms-cloudpack/path-utilities';
import { intermediateToSourcePath, isFile, isFolder } from '@ms-cloudpack/path-utilities';
import { PackageDefinitions } from './PackageDefinitions.js';
import { getExportPathFromEntry } from './getExportPathFromEntry.js';
import { isExternalPackage } from './isExternalPackage.js';
import { safeRelativePath } from './safeRelativePath.js';
import { slash, safeRelativePath } from '@ms-cloudpack/path-string-parsing';
const defaultIndexPath = './index.js';

@@ -8,0 +8,0 @@ /**

{
"name": "@ms-cloudpack/package-utilities",
"version": "0.16.1",
"version": "1.0.0",
"description": "Utilities for resolving/parsing packages and their imports.",

@@ -20,3 +20,4 @@ "license": "MIT",

"@ms-cloudpack/package-overrides": "^0.2.0",
"@ms-cloudpack/path-utilities": "^0.5.0",
"@ms-cloudpack/path-utilities": "^1.0.0",
"@ms-cloudpack/path-string-parsing": "^1.0.0",
"merge": "^2.1.1",

@@ -23,0 +24,0 @@ "resolve": "^1.22.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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