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

@ms-cloudpack/package-utilities

Package Overview
Dependencies
Maintainers
2
Versions
217
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 3.1.0 to 3.1.1

2

lib/flattenExportsMap.js
import path from 'path';
import { cleanEntry } from './cleanEntry.js';
const defaultConditions = ['browser', 'import', 'module', 'default'];
const defaultConditions = ['browser', 'module', 'import', 'default'];
/**

@@ -5,0 +5,0 @@ * Given a package definition and applicable conditions, return a flat map of package import to physical (relative) path.

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.34.4"
"packageVersion": "7.34.8"
}
]
}
{
"name": "@ms-cloudpack/package-utilities",
"version": "3.1.0",
"version": "3.1.1",
"description": "Utilities for resolving/parsing packages and their imports.",

@@ -29,10 +29,9 @@ "license": "MIT",

"devDependencies": {
"@ms-cloudpack/eslint-plugin-internal": "*",
"@ms-cloudpack/scripts": "*",
"@ms-cloudpack/eslint-config-base": "*",
"@ms-cloudpack/test-utilities": "*",
"@types/resolve": "1.20.2",
"@babel/types": "7.21.4"
"@types/resolve": "^1.20.2",
"@babel/types": "^7.21.4"
},
"scripts": {
"api:update": "cloudpack-scripts api-update",
"api": "cloudpack-scripts api",

@@ -39,0 +38,0 @@ "build:watch": "cloudpack-scripts build-watch",

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