Comparing version 1.5.1 to 1.5.2
@@ -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 @@ |
{ | ||
"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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2836804
23055