New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@perfsee/bundle-analyzer

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfsee/bundle-analyzer - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [1.1.0](https://github.com/perfsee/perfsee/compare/v1.0.0...v1.1.0) (2022-11-04)
### Features
- **platform-server,job-runner,bundle-analyzer:** optimize source analyzer ([7ffd788](https://github.com/perfsee/perfsee/commit/7ffd7882d96daf9b716d2e81fbd2d78a2f3c4b9d))
# [1.0.0](https://github.com/perfsee/perfsee/compare/v1.0.0-alpha.4...v1.0.0) (2022-10-18)

@@ -8,0 +14,0 @@

17

dist/stats-parser/index.d.ts
import { PerfseeReportStats } from '../stats';
import { Logger, BundleResult, ModuleTreeNode } from './types';
import { Asset, Logger, BundleResult } from './types';
export declare class StatsParser {

@@ -18,3 +18,16 @@ private readonly stats;

report: BundleResult;
moduleTree: ModuleTreeNode[];
moduleTree: {
name: string;
value: number;
gzip: number;
brotli: number;
children: {
name: string;
value: number;
gzip: number;
brotli: number;
}[];
entryPoints: string[] | undefined;
}[];
assets: Asset[];
}>;

@@ -21,0 +34,0 @@ private serializeResult;

@@ -89,2 +89,3 @@ "use strict";

moduleTree: bundleContent,
assets: Array.from(this.assetsMap.values()),
};

@@ -91,0 +92,0 @@ }

6

package.json
{
"name": "@perfsee/bundle-analyzer",
"version": "1.0.0",
"version": "1.1.0",
"description": "Bundle analyzer by perfsee",

@@ -20,3 +20,3 @@ "sideEffect": false,

"@msgpack/msgpack": "^2.7.2",
"@perfsee/utils": "1.0.0",
"@perfsee/utils": "1.1.0",
"acorn": "^8.7.1",

@@ -30,3 +30,3 @@ "acorn-walk": "^8.2.0",

},
"gitHead": "16ce49447f62f2365d564bf36aaa84fd91469760"
"gitHead": "4b292cbcac782e08c311539be876419870600c7d"
}

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