Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

height-checker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

height-checker - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.d.ts

45

package.json
{
"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"
}
}
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