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.0.7 to 0.1.0

2

package.json
{
"name": "eruda",
"version": "0.0.7",
"version": "0.1.0",
"description": "Console for mobile JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ # Eruda

![Eruda](http://7xn2zy.com1.z0.glb.clouddn.com/github_eruda.jpg)
![Eruda](http://7xn2zy.com1.z0.glb.clouddn.com/eruda_screenshot.jpg)

@@ -14,2 +14,4 @@ ## Why

![Demo](http://7xn2zy.com1.z0.glb.clouddn.com/eruda_qrcode.png)
Browse it on your phone: [http://liriliri.github.io/eruda/index.html?eruda=true](http://liriliri.github.io/eruda/index.html?eruda=true)

@@ -20,6 +22,8 @@

* Console: Display JavaScript logs.
* Elements: Check dom state.
* Network: Show performance timing.
* Elements: Check dom state.
* Resource: Show localStorage, cookie information.
* Info: Show url, user agent info.
* Snippets: Include snippets you used most often.
* Resource: Show localStorage, cookie information.
* Features: Browser feature detections.

@@ -30,3 +34,3 @@ ## Install

```
```bash
npm install eruda --save

@@ -45,11 +49,14 @@ ```

> The JavaScript file size is quite huge and therefore not suitable to include in mobile pages. We add this script to make sure eruda is loaded only when eruda is set to true on url(http://example.com/?eruda=true).
> The JavaScript file size is quite huge and therefore not suitable to include
in mobile pages. We add this script to make sure eruda is loaded only when eruda
is set to true on url(http://example.com/?eruda=true).
## License
## Plugins
Eruda is released under the MIT license. Please see [LICENSE](https://opensource.org/licenses/MIT) for full details.
It is possible to enhance Eruda with more features by writing plugins. Please check [eruda-fps](https://github.com/liriliri/eruda-fps), a plugin for displaying page
fps info, as a start example to write your own custom tool panels.
## License
Eruda is released under the MIT license. Please see
[LICENSE](https://opensource.org/licenses/MIT) for full details.

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