New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

element-height-observer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-height-observer - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/index.d.ts

7

package.json
{
"name": "element-height-observer",
"version": "0.0.2",
"version": "0.0.3",
"description": "Allows you to add an efficient height listener to any dom element and execute a callback when its height changes",
"main": "index.js",
"main": "dist/index.min.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && uglifyjs index.js -m -c -o index.min.js"
"build": "tsc && uglifyjs dist/index.js -m -c -o dist/index.min.js"
},

@@ -10,0 +11,0 @@ "repository": "https://github.com/bertyhell/element-height-observer",

@@ -9,5 +9,8 @@ {

"strictNullChecks": true,
"declaration": true,
"noEmit": false,
"sourceMap": true,
"strict": true,
"target": "es5",
"outDir": "dist",
"lib": [

@@ -14,0 +17,0 @@ "dom",

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