asr-scroll-position
Advanced tools
Comparing version 1.0.0 to 1.0.1
const historyState = require(`better-history-api`) | ||
const afterSuccessfulStateChange = require(`after-successful-state-change`) | ||
const afterSuccessfulStateChange = require(`./after-successful-state-change.js`) | ||
@@ -4,0 +4,0 @@ const currentAnchor = () => window.location.hash.replace(/^#/, ``) |
{ | ||
"name": "asr-scroll-position", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Manually update the browser's scroll position when using pushState routing with abstract-state-router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
4795