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

eruda

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eruda - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

5

package.json
{
"name": "eruda",
"version": "0.6.3",
"version": "0.6.4",
"description": "Console for Mobile Browsers",

@@ -8,3 +8,3 @@ "main": "dist/eruda.js",

"dev": "webpack --watch",
"release": "webpack & webpack -p --output-filename eruda.min.js & uglifyjs dist/eruda.min.js -o dist/eruda.min.js --mangle",
"release": "webpack & webpack -p --output-filename eruda.min.js & uglifyjs dist/eruda.min.js -o dist/eruda.min.js --mangle --comments all",
"serve": "nws -p 3000"

@@ -44,5 +44,4 @@ },

"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.14"
}
}

2

README.md

@@ -54,3 +54,3 @@ # Eruda

The JavaScript file size is quite huge(about 75kb gzipped) and therefore not
The JavaScript file size is quite huge(about 85kb gzipped) and therefore not
suitable to include in mobile pages. It's recommended to make sure eruda is

@@ -57,0 +57,0 @@ loaded only when eruda is set to true on url(http://example.com/?eruda=true),

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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