Socket
Socket
Sign inDemoInstall

cycle-react

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0-beta1 to 6.0.1

2

CHANGELOG.md
# Changelog
## 6.0.0
## 6.0.1

@@ -5,0 +5,0 @@ ### New Features

{
"name": "cycle-react",
"version": "6.0.0-beta1",
"version": "6.0.1",
"author": {

@@ -50,2 +50,2 @@ "name": "pH200",

}
}
}

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

```js
var {component} = require('cycle-react/rxjs');
var Rx = require('rxjs');
var Hello = component('Hello', () =>
Rx.Observable.of(<Text>Hello!</Text>)
import {component} = require('cycle-react/rxjs');
import {Observable} = require('rxjs/Rx');
const Hello = component('Hello', () =>
Observable.of(<Text>Hello!</Text>)
);

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