🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gedeagas/react-native-bundle-visualizer

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

@gedeagas/react-native-bundle-visualizer - npm Package Compare versions

Comparing version
3.1.4
to
3.1.5
+1
-1
package.json
{
"name": "@gedeagas/react-native-bundle-visualizer",
"version": "3.1.4",
"version": "3.1.5",
"description": "See what's inside your react-native bundle",

@@ -5,0 +5,0 @@ "author": "gedeagas <gedeagas22@gmail.com>",

@@ -132,3 +132,3 @@ #!/usr/bin/env node

const stats = fs.statSync(bundleOutput);
const bundleSizeMB = Math.round((stats.size / (1024 * 1024)) * 100) / 100;
const bundleSizeMB = Math.round((stats.size / (1024 * 1024)) * 1000) / 1000;

@@ -135,0 +135,0 @@ // If bundle-size-only option is enabled, output only the size in MB