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

detect-element-overflow

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-element-overflow - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/entry.js

22

package.json
{
"name": "detect-element-overflow",
"version": "1.1.0",
"version": "1.1.1",
"description": "A function that tells you whether a given element is overflowing its container or not. Useful for creating dropdowns and tooltips.",
"main": "build/entry.js",
"main": "dist/entry.js",
"es6": "src/entry.js",
"scripts": {
"build": "babel src -d build --ignore **/__tests__",
"build": "babel src -d dist --ignore **/__tests__",
"prepublishOnly": "npm run build",

@@ -24,10 +24,16 @@ "test": "npm run test-eslint",

"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.6.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0"
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
},
"files": [
"LICENSE",
"README.md",
"dist/",
"src/"
],
"repository": {

@@ -34,0 +40,0 @@ "type": "git",

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