New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pinnacle0/react-stack-router

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinnacle0/react-stack-router - npm Package Compare versions

Comparing version 0.1.3-beta.53 to 0.1.3-beta.54

10

dist/component/Animated/createAnimatedComponent.js

@@ -26,2 +26,7 @@ import React from "react";

}
// when mobile device not support el.animate
if (typeof element.animate !== "function") {
onEntered?.();
return;
}
const animation = element.animate(keyframe.frames, keyframe.options);

@@ -46,2 +51,7 @@ animation.onfinish = () => {

}
// when mobile device not support el.animate
if (typeof element.animate !== "function") {
exited();
return;
}
const animation = element.animate(keyframe.frames, keyframe.options);

@@ -48,0 +58,0 @@ animation.onfinish = exited;

2

package.json
{
"name": "@pinnacle0/react-stack-router",
"version": "0.1.3-beta.53",
"version": "0.1.3-beta.54",
"author": "Pinnacle",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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