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.0.0 to 5.1.0

build/component.js

0

.vscode/launch.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ # Changelog

@@ -0,0 +0,0 @@ First of all, thank you for contributing. It’s appreciated.

3

docs/api.md

@@ -67,6 +67,5 @@ # Cycle-React API

- `displayName :: String` a name for identifying the React component.
- `definitionFn :: Function` the implementation for the custom element. This function takes up to five arguments: `interactions`, `properties`, `component`, `lifecycles`, `renderScheduler` and
should output an object of Observables.
- `definitionFn :: Function` the implementation for the custom element. This function takes up to three arguments: `interactions`, `props` and `lifecycles`. This function should return an Observable.
- `[options] :: Object` the options for component.
- - -

@@ -0,0 +0,0 @@ # Interactions API

@@ -0,0 +0,0 @@ ### Documentations

@@ -0,0 +0,0 @@ # Working with React

@@ -0,0 +0,0 @@ const createComponent = require('./src/component');

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ const createComponent = require('./src/component');

{
"name": "cycle-react",
"version": "5.0.0",
"version": "5.1.0",
"author": {

@@ -24,3 +24,3 @@ "name": "pH200",

],
"main": "index.js",
"main": "build/index.js",
"peerDependencies": {

@@ -30,3 +30,4 @@ "rx": "*"

"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",

@@ -55,4 +56,5 @@ "babelify": "^7.3.0",

"travis-test": "npm run lint && jest --verbose",
"examples": "node examples/web/server.js"
"examples": "node examples/web/server.js",
"build": "babel src --presets babel-preset-env --out-dir build"
}
}

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

In addition, Cycle-React is immutable and
[optimizes](https://facebook.github.io/react/docs/pure-render-mixin.html)
[optimizes](https://facebook.github.io/react/docs/react-api.html#react.purecomponent)
the component updates internally by default.

@@ -14,0 +14,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc