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

@bundle-stats/cli-utils

Package Overview
Dependencies
Maintainers
3
Versions
431
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundle-stats/cli-utils - npm Package Compare versions

Comparing version 4.9.2-beta.1 to 4.9.2-beta.2

2

lib-esm/baseline.js

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

const absoluteFilepath = getBaselinePath(outputPath, outputDir, filepath);
return path.relative(path.join(outputPath, outputDir), absoluteFilepath);
return path.relative(outputPath, path.join(outputDir, absoluteFilepath));
};

@@ -20,0 +20,0 @@ export async function readBaseline(baselineFilepath) {

@@ -24,3 +24,3 @@ "use strict";

const absoluteFilepath = (0, exports.getBaselinePath)(outputPath, outputDir, filepath);
return path_1.default.relative(path_1.default.join(outputPath, outputDir), absoluteFilepath);
return path_1.default.relative(outputPath, path_1.default.join(outputDir, absoluteFilepath));
};

@@ -27,0 +27,0 @@ exports.getBaselineRelativePath = getBaselineRelativePath;

{
"name": "@bundle-stats/cli-utils",
"version": "4.9.2-beta.1",
"version": "4.9.2-beta.2",
"description": "BundleStats CLI utilities",

@@ -40,5 +40,5 @@ "main": "lib/index.js",

"dependencies": {
"@bundle-stats/html-templates": "^4.9.2-beta.1",
"@bundle-stats/plugin-webpack-filter": "^4.9.2-beta.1",
"@bundle-stats/utils": "^4.9.2-beta.1",
"@bundle-stats/html-templates": "4.9.2-beta.2",
"@bundle-stats/plugin-webpack-filter": "4.9.2-beta.2",
"@bundle-stats/utils": "4.9.2-beta.2",
"find-cache-dir": "^3.1.0",

@@ -61,3 +61,3 @@ "lodash": "^4.17.21",

},
"gitHead": "83f9cd6770164afcc7400c367a570681d969744c"
"gitHead": "5878c98e966e92513736d066891ee0894a2ce56c"
}

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