Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

next-page-transitions

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-page-transitions - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

2

lib/PageTransition.js

@@ -189,3 +189,3 @@ "use strict";

}
} else if (needsTransition && !isIn && state === 'exited') {
} else if (needsTransition && !isIn && (state === 'enter' || state === 'exited')) {
if (shouldDelayEnter(nextChildren)) {

@@ -192,0 +192,0 @@ // Wait for the ready callback to actually transition in, but still

{
"name": "next-page-transitions",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Simple and customizable page transitions for Next.js apps",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc