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

react-awesome-reveal

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-awesome-reveal - npm Package Compare versions

Comparing version 4.2.11 to 4.2.12

6

dist/index.js

@@ -540,4 +540,3 @@ import { jsx, Fragment } from '@emotion/react/jsx-runtime';

);
if (isNullable(children))
return null;
if (isNullable(children)) return null;
if (isStringLike(children))

@@ -548,4 +547,3 @@ return /* @__PURE__ */ jsx(TextReveal, { ...props, animationStyles, children: String(children) });

return /* @__PURE__ */ jsx(Fragment, { children: Children.map(children, (node, index) => {
if (!isValidElement(node))
return null;
if (!isValidElement(node)) return null;
const nodeDelay = delay + (cascade ? index * duration * damping : 0);

@@ -552,0 +550,0 @@ switch (node.type) {

{
"name": "react-awesome-reveal",
"description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.",
"version": "4.2.11",
"version": "4.2.12",
"license": "MIT",

@@ -66,12 +66,12 @@ "type": "module",

"@emotion/serialize": "^1.1.4",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vite-plugin-dts": "3.9.1"
},
"dependencies": {
"react-intersection-observer": "^9.10.2",
"react-intersection-observer": "^9.10.3",
"react-is": "^18.3.1"

@@ -78,0 +78,0 @@ },

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