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

react-fela

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fela - npm Package Compare versions

Comparing version 6.2.4 to 7.0.0

1

es/Provider.js

@@ -16,4 +16,5 @@ import { Component, Children } from 'react';

defaultProps: {
renderToDOM: true,
rehydrate: true
}
});

@@ -28,4 +28,5 @@ 'use strict';

defaultProps: {
renderToDOM: true,
rehydrate: true
}
});

6

package.json
{
"name": "react-fela",
"version": "6.2.4",
"version": "7.0.0",
"description": "React bindings for Fela",

@@ -29,6 +29,6 @@ "main": "lib/index.js",

"dependencies": {
"fela-bindings": "^1.3.4",
"fela-dom": "^7.0.4",
"fela-bindings": "^2.0.0",
"fela-dom": "^7.0.5",
"prop-types": "^15.5.8"
}
}

@@ -16,12 +16,5 @@ # React Fela

## API Reference
* [`<Provider renderer>`](docs/Provider.md)
* [`connect(rules)`](docs/connect.md)
* [`createComponent(rule, [type], [passThroughProps])`](docs/createComponent.md)
* [`createComponentWithProxy(rule, [type], [passThroughProps])`](docs/createComponentWithProxy.md)
* [`<ThemeProvider theme [overwrite]>`](docs/ThemeProvider.md)
* [`withTheme(component)`](docs/withTheme.md)
## Usage
For more information and best practices on how to effectively use this package, please check out the main [Fela Documention - Usage with React](http://fela.js.org/docs/guides/UsageWithReact.html). There you will also find some usage examples. This package only contains the pure API reference documentation.
For more information and best practices on how to effectively use this package, please check out the main [Fela Documention - Usage with React](http://fela.js.org/docs/guides/UsageWithReact.html). You will find some useful examples and a basic introduction on how to use Fela with React.<br>
Checkout the [API Reference - Bindings](http://fela.js.org/docs/API.html#bindings) for further technical information on how the React/Preact/Inferno bindings work.

@@ -28,0 +21,0 @@

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