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.5 to 0.7.0

8

package.json
{
"name": "eruda",
"version": "0.6.5",
"version": "0.7.0",
"description": "Console for Mobile Browsers",
"main": "dist/eruda.js",
"scripts": {
"dev": "webpack --watch",
"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"
"release": "webpack && webpack -p --config script/release.js",
"dev": "webpack-dev-server",
"utilDoc": "eustia docs src/lib/util.js -f md -o docs/util.md"
},

@@ -11,0 +11,0 @@ "repository": {

@@ -0,4 +1,6 @@

[中文](https://github.com/liriliri/eruda/blob/master/docs/Readme_CH.md)
# Eruda
[![npm version](https://badge.fury.io/js/eruda.svg)](https://badge.fury.io/js/eruda)
[![npm version](https://badge.fury.io/js/eruda.svg)](https://badge.fury.io/js/eruda)

@@ -11,5 +13,5 @@ Console for Mobile Browsers.

Logging things out on mobile browser is never an easy stuff. I used to include
`window onerror alert` script inside pages to find out JavaScript errors, kind
of stupid and inefficient. Desktop browser DevTools is great, and I wish there
Logging things out on mobile browser is never an easy stuff. I used to include
`window onerror alert` script inside pages to find out JavaScript errors, kind
of stupid and inefficient. Desktop browser DevTools is great, and I wish there
is a similar one on mobile side, which leads to the creation of Eruda.

@@ -94,2 +96,5 @@

> When writing plugins, you can use utilities exposed by Eruda, see
[docs](https://github.com/liriliri/eruda/blob/master/docs/Util_Api.md) here.
## License

@@ -96,0 +101,0 @@

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