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

@ms-cloudpack/esbuild-utilities

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.17 to 0.0.18

lib/getOutbase.d.ts.map

1

lib/getOutbase.d.ts

@@ -5,1 +5,2 @@ /**

export declare function getOutbase(appPath: string, entryPoints: string[] | Record<string, string>): string;
//# sourceMappingURL=getOutbase.d.ts.map
export declare function getOutdir(appPath: string, outputPath: string, entryPoints: string[] | Record<string, string>): string;
//# sourceMappingURL=getOutdir.d.ts.map
export { getOutbase } from './getOutbase.js';
export { getOutdir } from './getOutdir.js';
//# sourceMappingURL=index.d.ts.map

4

package.json
{
"name": "@ms-cloudpack/esbuild-utilities",
"version": "0.0.17",
"version": "0.0.18",
"description": "Shared utilities for working with esbuild configs.",

@@ -24,3 +24,3 @@ "license": "MIT",

"dependencies": {
"@ms-cloudpack/path-utilities": "^2.2.1",
"@ms-cloudpack/path-utilities": "^2.2.2",
"@ms-cloudpack/path-string-parsing": "^1.0.1"

@@ -27,0 +27,0 @@ },

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