height-checker
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "height-checker", | ||
"version": "0.0.1", | ||
"description": "Checks size of DOM elements", | ||
"version": "0.0.2", | ||
"description": "Checks the height of DOM elements", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc", | ||
"prepublish": "tsc", | ||
"lint": "tslint -c ./tslint.json './src/**/*.ts*'", | ||
"format-check": "prettier --check \"src/**/*.ts*\"", | ||
"format": "prettier --write \"src/**/*.ts*\"" | ||
}, | ||
"author": "Sergey Zwezdin <sergey@zwezdin.com>", | ||
"license": "MIT" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sergeyzwezdin/height-checker.git" | ||
}, | ||
"author": "Sergey Zwezdin <sergey@zwezdin.com> (https://zwezdin.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/sergeyzwezdin/height-checker/issues" | ||
}, | ||
"homepage": "https://github.com/sergeyzwezdin/height-checker#readme", | ||
"keywords": [ | ||
"front-end", | ||
"frontend", | ||
"web", | ||
"responsive", | ||
"responsive-ui", | ||
"mobile-first", | ||
"layout", | ||
"debug" | ||
], | ||
"files": [ | ||
"dist/**/*.*" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^12.12.14", | ||
"prettier": "^1.19.1", | ||
"tslint": "^5.20.1", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"typescript": "^3.7.3" | ||
}, | ||
"dependencies": { | ||
"custom-event-polyfill": "^1.0.7" | ||
} | ||
} |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7277
6
56
1
1
1
47
0
0
1
5
+ Addedcustom-event-polyfill@^1.0.7
+ Addedcustom-event-polyfill@1.0.7(transitive)