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 4.3.5 to 5.0.0

es/connect.js

18

package.json
{
"name": "react-fela",
"version": "4.3.5",
"version": "5.0.0",
"description": "React bindings for Fela",
"module": "index.es2015.js",
"main": "index.js",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"files": [
"LICENSE",
"README.md",
"index.js",
"dist/**"
"lib/**",
"es/**"
],

@@ -25,8 +26,9 @@ "repository": "https://github.com/rofrischmann/fela/",

"peerDependencies": {
"react": "*",
"fela": "4.3.5"
"react": "*"
},
"dependencies": {
"fela": "^5.0.0",
"fela-dom": "^5.0.0",
"prop-types": "^15.5.8"
}
}
}

@@ -5,4 +5,3 @@ # React Fela

<img alt="npm downloads" src="https://img.shields.io/npm/dm/react-fela.svg">
<img alt="gzipped size" src="https://img.shields.io/badge/gzipped-4.28kb-brightgreen.svg">
<img alt="npm downloads" src="https://img.shields.io/npm/dm/react-fela.svg"> <img alt="gzipped size" src="https://img.shields.io/badge/gzipped-4.28kb-brightgreen.svg">

@@ -9,0 +8,0 @@ This package only includes React bindings for [Fela](http://github.com/rofrischmann/fela).<br>

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