@vkontakte/mvk-mini-apps-scroll-helper
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -21,2 +21,5 @@ 'use strict'; | ||
appContainerNode.style.webkitOverflowScrolling = 'touch'; | ||
document.documentElement.style.maxWidth = '100vw'; | ||
document.body.style.maxWidth = '100vw'; | ||
appContainerNode.style.maxWidth = '100vw'; | ||
} | ||
@@ -23,0 +26,0 @@ }; |
@@ -25,2 +25,5 @@ (function (global, factory) { | ||
appContainerNode.style.webkitOverflowScrolling = 'touch'; | ||
document.documentElement.style.maxWidth = '100vw'; | ||
document.body.style.maxWidth = '100vw'; | ||
appContainerNode.style.maxWidth = '100vw'; | ||
} | ||
@@ -27,0 +30,0 @@ }; |
{ | ||
"name": "@vkontakte/mvk-mini-apps-scroll-helper", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"main": "dist/mvk-mini-apps-scroll-helper.cjs.js", | ||
@@ -9,3 +9,4 @@ "browser": "dist/mvk-mini-apps-scroll-helper.umd.js", | ||
"build": "rimraf dist && NODE_ENV=production rollup -c", | ||
"dev": "rollup -c -w" | ||
"dev": "rollup -c -w", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -12,0 +13,0 @@ "files": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5293
49
0