@planet/ui
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@planet/ui", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Planet UI components built with React", | ||
@@ -15,3 +15,6 @@ "author": "Planet", | ||
"peerDependencies": { | ||
"react": "15.x" | ||
"create-react-class": "15.x", | ||
"prop-types": "15.x", | ||
"react": "15.x", | ||
"react-day-picker": "^5.5.3" | ||
}, | ||
@@ -18,0 +21,0 @@ "devDependencies": { |
@@ -17,2 +17,3 @@ # Planet UI | ||
import React from 'react'; | ||
import createClass from 'create-react-class'; | ||
@@ -30,3 +31,3 @@ // require individual components | ||
const Component = React.createClass({ | ||
const Component = createClass({ | ||
render: function() { | ||
@@ -33,0 +34,0 @@ return ( |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
58
2755
5
2
0
3