@holidayextras/react-progress-bar
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Change log | ||
### 2.1.1 | ||
- Require only the parts that are needed from react-bootstrap. | ||
### 2.1.0 | ||
@@ -4,0 +7,0 @@ - Add a new optional prop for the progress bar's start point before animation. |
'use strict'; | ||
var React = require('react'); | ||
var ReactBootstrap = require('react-bootstrap'); | ||
var ReactBootstrap = { | ||
Panel: require('react-bootstrap/lib/Panel'), | ||
ProgressBar: require('react-bootstrap/lib/ProgressBar') | ||
}; | ||
@@ -6,0 +9,0 @@ var ProgressBar = React.createClass({ |
{ | ||
"name": "@holidayextras/react-progress-bar", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Component to generate a simple loading bar (wrapped in a panel)", | ||
@@ -5,0 +5,0 @@ "main": "dist/ProgressBar.js", |
'use strict'; | ||
var React = require('react'); | ||
var ReactBootstrap = require('react-bootstrap'); | ||
var ReactBootstrap = { | ||
Panel: require('react-bootstrap/lib/Panel'), | ||
ProgressBar: require('react-bootstrap/lib/ProgressBar') | ||
}; | ||
@@ -6,0 +9,0 @@ var ProgressBar = React.createClass({ |
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
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
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
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
18045
14
369