cf-component-arrow-swivel
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.1.4"></a> | ||
## [2.1.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-arrow-swivel@2.1.3...cf-component-arrow-swivel@2.1.4) (2017-11-22) | ||
### Bug Fixes | ||
* **cf-style-provider:** UI-143: Migrate cf-ux to React16 BREAKING CHANGE ([fbb24e8](http://stash.cfops.it:7999/www/cf-ux/commits/fbb24e8)) | ||
<a name="2.1.3"></a> | ||
@@ -8,0 +19,0 @@ ## [2.1.3](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-arrow-swivel@2.1.2...cf-component-arrow-swivel@2.1.3) (2017-11-14) |
{ | ||
"name": "cf-component-arrow-swivel", | ||
"description": "", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "lib/index.js", | ||
@@ -14,9 +14,9 @@ "module": "es/index.js", | ||
"dependencies": { | ||
"cf-component-icon": "^4.1.3", | ||
"cf-style-container": "^6.0.0", | ||
"cf-component-icon": "^4.1.4", | ||
"cf-style-container": "^6.0.1", | ||
"prop-types": "^15.6.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.2 || ^15.0.0-0" | ||
"react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0" | ||
} | ||
} |
@@ -35,3 +35,4 @@ # cf-component-arrow-swivel | ||
onClick={() => | ||
this.setState({ isActiveFirst: !this.state.isActiveFirst })} | ||
this.setState({ isActiveFirst: !this.state.isActiveFirst }) | ||
} | ||
/> | ||
@@ -49,3 +50,4 @@ <p> | ||
onClick={() => | ||
this.setState({ isActiveSecond: !this.state.isActiveSecond })} | ||
this.setState({ isActiveSecond: !this.state.isActiveSecond }) | ||
} | ||
/> | ||
@@ -52,0 +54,0 @@ </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
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
11087
62
0
+ Addedreact@17.0.2(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.40(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedcf-component-icon@^4.1.4
Updatedcf-style-container@^6.0.1