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

react-snowfall

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-snowfall - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

lib/Snowflake.js

@@ -44,4 +44,4 @@ import isEqual from 'react-fast-compare';

rotationSpeed: random(...rotationSpeed),
nextSpeed: random(...wind),
nextWind: random(...speed),
nextSpeed: random(...speed),
nextWind: random(...wind),
nextRotationSpeed: random(...rotationSpeed),

@@ -48,0 +48,0 @@ };

{
"name": "react-snowfall",
"version": "2.1.1",
"version": "2.1.2",
"description": "A react component that creates a snowfall effect",

@@ -5,0 +5,0 @@ "type": "module",

@@ -131,4 +131,4 @@ import isEqual from 'react-fast-compare'

rotationSpeed: random(...rotationSpeed),
nextSpeed: random(...wind),
nextWind: random(...speed),
nextSpeed: random(...speed),
nextWind: random(...wind),
nextRotationSpeed: random(...rotationSpeed),

@@ -135,0 +135,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