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

react-habitat

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-habitat - npm Package Compare versions

Comparing version 0.2.0-beta3 to 0.2.0-beta4

6

package.json
{
"name": "react-habitat",
"version": "0.2.0-beta3",
"version": "0.2.0-beta4",
"description": "A React DOM Bootstrapper designed to harmonise a hybrid application",

@@ -60,4 +60,4 @@ "main": "./lib/index.js",

"dependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1"
"react": "^15.0.0",
"react-dom": "^15.0.0"
},

@@ -64,0 +64,0 @@ "scripts": {

@@ -48,2 +48,3 @@ ![Deloitte Digital](https://raw.githubusercontent.com/DeloitteDigital/DDBreakpoints/master/docs/deloittedigital-logo-white.png)

- ES5, ES6/7 & TypeScript
- React v15

@@ -58,2 +59,7 @@ We highly recommend you use something like [WebPack](https://webpack.github.io/) or [Browserify](http://browserify.org/) when using this framework but not required.

*Note* npm deprecated auto installing of peer dependencies since npm@3, so you will additionally need to install:
- React `npm install redux --save-dev`
- React-Dom `npm install react-dom --save-dev`
Alternatively you can manually install by downloading the `dist/react-habitat.min.js` file and including in your project.

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