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 1.5.1 to 1.5.2

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## v1.5.2 (23 Aug 2018)
* Fix console show in sources panel
* Fix log merge
* Support getting entryBtn instance
* Update timing plugin version
* Add remove setting api
* Fix safari merge log exception
## v1.5.1 (18 Aug 2018)

@@ -2,0 +11,0 @@

6

package.json
{
"name": "eruda",
"version": "1.5.1",
"version": "1.5.2",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
"ci": "npm run format && npm run lint && npm run test && npm run build",
"ci": "npm run lint && npm run test && npm run build",
"build": "webpack --config script/webpack.dev.js && webpack --config script/webpack.release.js",

@@ -13,3 +13,3 @@ "cov": "npm run test && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -t json && node script/coverage",

"test:sauce": "karma start karma.sauce.js",
"format": "prettier *.js eustia/*.js src/**/*.js src/*.js script/*.js test/*.js src/**/*.scss src/**/*.css --write",
"format": "prettier *.js eustia/*.js src/**/*.{js,scss,css} script/*.js test/*.{js} --write",
"lint": "eslint src/**/*.js",

@@ -16,0 +16,0 @@ "setup": "node script/cpTestLib",

@@ -99,3 +99,3 @@ <a href="https://eruda.liriliri.io/" target="_blank">

```javascript
var el = document.createElement('div');
let el = document.createElement('div');
document.body.appendChild(el);

@@ -102,0 +102,0 @@

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

Sorry, the diff of this file is not supported yet

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

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