detect-element-overflow
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"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", |
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
4491
4