🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

next-restore-scroll-position

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-restore-scroll-position - npm Package Compare versions

Comparing version

to
1.0.5

dist/index.cjs.map

26

package.json
{
"name": "next-restore-scroll-position",
"version": "1.0.3",
"version": "1.0.5",
"description": "Restores scroll position when navigating back and forth in NextJS",

@@ -13,10 +13,2 @@ "main": "index.js",

"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"repository": {

@@ -28,13 +20,7 @@ "type": "git",

"tsup": {
"dts": true,
"bundle": false,
"treeshake": true,
"target": "node16",
"format": [
"esm",
"cjs"
],
"entry": [
"src/**/*.ts"
]
"entry": ["src/index.ts"],
"splitting": false,
"sourcemap": true,
"clean": true,
"dts": true
},

@@ -41,0 +27,0 @@ "keywords": ["NextJS", "scroll", "restore", "position"],

Sorry, the diff of this file is not supported yet