dom-element-is-natively-editable
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dom-element-is-natively-editable", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Returns true if the provided DOM element is supposed to be natively editable", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "npm run lint && npm run unit", | ||
"lint": "standard", | ||
"unit": "mocha --require babel-register" | ||
}, | ||
@@ -24,3 +26,11 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/PolicyStat/dom-element-is-natively-editable#readme" | ||
"homepage": "https://github.com/PolicyStat/dom-element-is-natively-editable#readme", | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-register": "^6.3.13", | ||
"chai": "^3.4.1", | ||
"jsdom": "^7.2.0", | ||
"mocha": "^2.3.4", | ||
"standard": "^5.4.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7522
8
151
0
0
6