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

bundle-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundle-analyzer - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

package.json
{
"name": "bundle-analyzer",
"version": "0.0.3",
"version": "0.0.4",
"repository": "lhorie/bundle-analyzer",

@@ -9,3 +9,2 @@ "bin": {

"dependencies": {
"d3": "^4.13.0",
"express": "^4.16.2",

@@ -12,0 +11,0 @@ "opn": "^5.2.0",

@@ -14,6 +14,2 @@ const fs = require('fs');

});
app.get('/d3.js', (req, res) => {
const js = __dirname + '/node_modules/d3/build/d3.min.js';
fs.createReadStream(js).pipe(res);
});

@@ -20,0 +16,0 @@ app.get('/_sse', async (req, res) => {

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