Socket
Socket
Sign inDemoInstall

cycle-react

Package Overview
Dependencies
1
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

12

CHANGELOG.md
# Changelog
## 5.1.2
Compatibility fix for `create-react-app` and `react-scripts`
The NPM package `cycle-react` now contains transpiled code that built
by Babel. This fixes `react-scripts build`'s compatibility issue with
ES6.
The underlying component class has been changed from `PureComponent`
to `Component`, due to implementation of `shouldComponentUpdate` raises
warning message for `PureComponent`.
## 5.0.0

@@ -4,0 +16,0 @@

2

package.json
{
"name": "cycle-react",
"version": "5.1.1",
"version": "5.1.2",
"author": {

@@ -5,0 +5,0 @@ "name": "pH200",

@@ -6,3 +6,3 @@ # Cycle-React

An [RxJS](https://github.com/Reactive-Extensions/RxJS) functional interface
to [Facebook's React](http://facebook.github.io/react/).
to [Facebook's React](https://reactjs.org/).

@@ -12,3 +12,3 @@ Cycle-React allows users to write [React](https://github.com/facebook/react)

In addition, Cycle-React is immutable and
[optimizes](https://facebook.github.io/react/docs/react-api.html#react.purecomponent)
[optimizes](https://reactjs.org/docs/optimizing-performance.html#avoid-reconciliation)
the component updates internally by default.

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc