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

react-reflex

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-reflex - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "react-reflex",
"version": "1.0.2",
"version": "1.0.3",
"description": "A flex-based React layout component that works",

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

@@ -75,5 +75,3 @@ ![re-flex](./resources/img/re-f%7Cex-banner.png)

* Safari
* Internet Explorer
* Opera
* Edge

@@ -96,1 +94,2 @@ ## Documentation & Samples

[https://twitter.com/F3lipek](https://twitter.com/F3lipek)

@@ -97,3 +97,8 @@ ///////////////////////////////////////////////////////////

this.setStateThrottled({dimensions})
this.setStateThrottled({
dimensions: {
height: Math.floor(dimensions.height),
width: Math.floor(dimensions.width)
}
})
}

@@ -100,0 +105,0 @@ }

Sorry, the diff of this file is too big to display

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