scroll-into-view-if-needed
Advanced tools
Comparing version 2.2.30 to 2.2.31
{ | ||
"name": "scroll-into-view-if-needed", | ||
"version": "2.2.30", | ||
"version": "2.2.31", | ||
"description": "Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center", | ||
@@ -27,2 +27,12 @@ "keywords": [ | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"types": "./typings/index.d.ts", | ||
"source": "./src/index.ts", | ||
"import": "./es/index.js", | ||
"require": "./index.js", | ||
"default": "./es/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "index.js", | ||
@@ -101,3 +111,3 @@ "module": "es/index.js", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -104,0 +114,0 @@ "bundlesize": [ |
Sorry, the diff of this file is not supported yet
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
34060
0