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

cf-component-arrow-swivel

Package Overview
Dependencies
Maintainers
17
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-arrow-swivel - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

11

CHANGELOG.md

@@ -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)

8

package.json
{
"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>

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