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

@mixer/webpack-bundle-compare

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mixer/webpack-bundle-compare - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/218.bundle.js

16

dist/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getComparisonAddress = void 0;
const js_base64_1 = require("js-base64");
__export(require("./plugin"));
__exportStar(require("./plugin"), exports);
/**

@@ -9,0 +17,0 @@ * A link to the bundle comparison tool preloaded to pull the stats from

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.BundleComparisonPlugin = void 0;
const bfj_1 = require("bfj");

@@ -89,2 +90,3 @@ const fs_1 = require("fs");

else {
// webpack 3
compiler.plugin('done', handler);

@@ -91,0 +93,0 @@ }

{
"name": "@mixer/webpack-bundle-compare",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tool to compare webpack bundle files",

@@ -11,4 +11,4 @@ "main": "dist/index.js",

"test:lint": "tslint --project tsconfig.json \"src/**/*.{ts,tsx}\"",
"build": "webpack --config webpack.production.js",
"start": "webpack-dev-server",
"build": "tsc -p tsconfig.package.json && webpack --config webpack.production.js",
"start": "webpack serve",
"prepare": "tsc -p tsconfig.package.json"

@@ -34,66 +34,66 @@ },

"dependencies": {
"bfj": "^6.1.1",
"js-base64": "^2.5.1",
"bfj": "^7.0.2",
"js-base64": "^3.6.0",
"msgpack-lite": "^0.1.26"
},
"devDependencies": {
"@mixer/retrieval": "^2.0.2",
"@types/chai": "^4.1.7",
"@types/cytoscape": "^3.4.3",
"@types/filesize": "^4.1.0",
"@types/fixed-data-table-2": "^0.8.3",
"@types/js-base64": "^2.3.1",
"@types/mocha": "^5.2.7",
"@types/msgpack-lite": "^0.1.6",
"@types/node": "^12.0.4",
"@mixer/retrieval": "^2.0.3",
"@types/chai": "^4.2.17",
"@types/cytoscape": "^3.14.15",
"@types/filesize": "^4.2.0",
"@types/fixed-data-table-2": "^0.8.4",
"@types/js-base64": "^3.0.0",
"@types/mocha": "^8.2.2",
"@types/msgpack-lite": "^0.1.7",
"@types/node": "^15.0.2",
"@types/pako": "^1.0.1",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.9",
"@types/react-router-dom": "^4.3.3",
"@types/react-tabs": "^2.3.1",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-tabs": "^2.3.2",
"@types/sigmajs": "^1.0.27",
"@types/webpack": "^4.4.32",
"chai": "^4.2.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"cytoscape": "^3.7.0",
"cytoscape-dagre": "^2.2.2",
"cytoscape-fcose": "^1.0.0",
"dayjs": "^1.8.14",
"filesize": "^4.1.2",
"fixed-data-table-2": "^0.8.26",
"@types/webpack": "^5.28.0",
"chai": "^4.3.4",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"cytoscape": "^3.18.2",
"cytoscape-dagre": "^2.3.2",
"cytoscape-fcose": "^2.0.0",
"dayjs": "^1.10.4",
"filesize": "^6.3.0",
"fixed-data-table-2": "^1.1.3",
"flexboxgrid": "^6.3.1",
"fs-extra": "^8.0.1",
"html-webpack-plugin": "^3.2.0",
"mocha": "^6.1.4",
"node-sass": "^4.12.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.3.1",
"mocha": "^8.4.0",
"node-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"pako": "^1.0.10",
"prettier": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-github-corner": "^2.3.0",
"react-icons": "^3.7.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-tabs": "^3.0.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-observable": "^1.1.0",
"pako": "^2.0.3",
"prettier": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-corner": "^2.5.0",
"react-icons": "^4.2.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-tabs": "^3.2.2",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-observable": "^1.2.0",
"reselect": "^4.0.0",
"rxjs": "^6.5.2",
"sass-loader": "^7.1.0",
"rxjs": "^6.0.0",
"sass-loader": "^11.0.1",
"sigma": "^1.2.1",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.2",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.1.2",
"ts-node": "^9.1.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typesafe-actions": "^4.4.0",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"worker-loader": "^2.0.0"
"typesafe-actions": "^5.1.0",
"typescript": "^4.2.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"worker-loader": "^3.0.8"
},

@@ -104,4 +104,5 @@ "prettier": {

"printWidth": 100,
"arrowParens": "avoid",
"tabWidth": 2
}
}
# @mixer/webpack-bundle-compare
This is a tool that allows you to compare webpack bundle analysis files over time. Check it out [here](https://webpackbundlecomparison.z5.web.core.windows.net).
This is a tool that allows you to compare webpack bundle analysis files over time. Check it out [here](https://happy-water-0887b0b1e.azurestaticapps.net).

@@ -5,0 +5,0 @@ ![](./screenshot.png)

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