rc-progress
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "rc-progress", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "progress ui component for react", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"licenses": "MIT", | ||
"main":"lib/index", | ||
"main": "lib/index", | ||
"config": { | ||
@@ -47,3 +47,6 @@ "port": 8000 | ||
"precommit" | ||
] | ||
], | ||
"dependencies": { | ||
"object-assign": "~3.0.0" | ||
} | ||
} |
@@ -48,4 +48,4 @@ # rc-progress | ||
```js | ||
var Line = require('rc-progress').line; | ||
var Circle = require('rc-progress').circle; | ||
var Line = require('rc-progress').Line; | ||
var Circle = require('rc-progress').Circle; | ||
var React = require('react'); | ||
@@ -52,0 +52,0 @@ React.render(<div> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
8324
6
82
0
1
+ Addedobject-assign@~3.0.0
+ Addedobject-assign@3.0.0(transitive)