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

react-crouton

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-crouton - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

5

index.js
var React = require('react');
var PropTypes = React.PropTypes;
var PropTypes = require('prop-types');
var CreateReactClass = require('create-react-class');

@@ -21,3 +22,3 @@ var noop = function() {}

module.exports = React.createClass({
module.exports = CreateReactClass({

@@ -24,0 +25,0 @@ displayName: 'react-crouton',

{
"name": "react-crouton",
"version": "0.3.1",
"version": "1.0.0",
"description": "A message component for reactjs.",

@@ -23,3 +23,5 @@ "main": "index.js",

"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/create-react-class",
"<rootDir>/node_modules/prop-types"
]

@@ -48,3 +50,7 @@ },

"reactify": "^1.1.1"
},
"dependencies": {
"create-react-class": "^15.6.2",
"prop-types": "^15.6.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