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.7 to 4.2.8

20

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

@@ -64,14 +64,14 @@ "type": "module",

"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/serialize": "^1.1.2",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/react-is": "^18.2.3",
"@vitejs/plugin-react": "^4.1.0",
"@emotion/react": "^11.11.3",
"@emotion/serialize": "^1.1.3",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/react-is": "^18.2.4",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"vite": "^4.5.0",
"vite-plugin-dts": "3.6.2"
"vite": "^5.0.12",
"vite-plugin-dts": "3.7.2"
},
"dependencies": {
"react-intersection-observer": "^9.5.3",
"react-intersection-observer": "^9.6.0",
"react-is": "^18.2.0"

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

@@ -10,2 +10,5 @@ # React Awesome Reveal

> [!TIP]
> If you like this library, please [consider supporting its creator](https://github.com/sponsors/morellodev).
[React Awesome Reveal](https://react-awesome-reveal.morello.dev) is a library for React apps written in TypeScript that adds reveal animations using the Intersection Observer API to detect when the elements appear in the viewport. Animations are internally provided by [Emotion](https://emotion.sh) and implemented as CSS Animations to benefit from hardware acceleration.

@@ -12,0 +15,0 @@

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