Comparing version 1.4.4 to 1.5.0
@@ -0,0 +0,0 @@ # Contributing Guide |
{ | ||
"name": "eruda", | ||
"version": "1.4.4", | ||
"version": "1.5.0", | ||
"description": "Console for Mobile Browsers", | ||
"main": "eruda.js", | ||
"scripts": { | ||
"ci": "npm run lint && npm run test && npm run build", | ||
"ci": "npm run format && npm run lint && npm run test && npm run build", | ||
"build": "webpack --config script/webpack.dev.js && webpack -p --config script/webpack.release.js", | ||
@@ -13,5 +13,5 @@ "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", | ||
"lint": "eslint src", | ||
"format": "prettier *.js eustia/*.js src/**/*.js src/*.js script/*.js test/*.js src/**/*.scss src/**/*.css --write", | ||
"lint": "eslint src/**/*.js", | ||
"setup": "node script/cpTestLib", | ||
"genScriptUtil": "eustia build script/*.js -o script/util.js", | ||
"genIcon": "node script/icomoon", | ||
@@ -21,2 +21,7 @@ "genUtilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIL_API.md -t \"Eruda Util Documentation\"" | ||
"eustia": { | ||
"script": { | ||
"files": "script/*.js", | ||
"output": "script/util.js", | ||
"format": "commonjs" | ||
}, | ||
"eruda": { | ||
@@ -94,2 +99,3 @@ "files": "src/**/*.js", | ||
"postcss-loader": "^2.0.9", | ||
"prettier": "^1.13.5", | ||
"remap-istanbul": "^0.9.5", | ||
@@ -96,0 +102,0 @@ "sass-loader": "^6.0.6", |
@@ -96,2 +96,4 @@ <a href="https://eruda.liriliri.io/" target="_blank"> | ||
For more information, please check the [documentation](doc/API.md). | ||
```javascript | ||
@@ -98,0 +100,0 @@ var el = document.createElement('div'); |
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
8
22796
125
2770548
36