get-scroll-info
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"name": "get-scroll-info", | ||
@@ -11,4 +11,2 @@ "repository": { | ||
"description": "Get Scroll Information", | ||
"main": "./build/cjs/src/index.js", | ||
"module": "./build/es/src/index.js", | ||
"keywords": [], | ||
@@ -26,2 +24,8 @@ "author": "Hill <hill@kimo.com>", | ||
}, | ||
"exports": { | ||
"require": "./build/cjs/src/index.js", | ||
"import": "./build/es/src/index.mjs" | ||
}, | ||
"main": "./build/cjs/src/index.js", | ||
"module": "./build/es/src/index.mjs", | ||
"scripts": { | ||
@@ -28,0 +32,0 @@ "clean": "find ./build -name '*.*' | xargs rm -rf", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7292
0