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

cf-component-link

Package Overview
Dependencies
Maintainers
23
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-link - npm Package Compare versions

Comparing version 5.1.20 to 5.1.21

15

CHANGELOG.md

@@ -6,3 +6,14 @@ # Change Log

<a name="5.1.20"></a>
<a name="5.1.21"></a>
## [5.1.21](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-link@5.1.20...cf-component-link@5.1.21) (2018-03-16)
### Bug Fixes
* **cf-style-container:** UI-434 add display name to anywhere we Fela wrappers ([1f7afeb](http://stash.cfops.it:7999/www/cf-ux/commits/1f7afeb))
<a name="5.1.20"></a>
## [5.1.20](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-link@5.1.19...cf-component-link@5.1.20) (2018-03-14)

@@ -15,3 +26,3 @@

<a name="5.1.19"></a>
<a name="5.1.19"></a>
## [5.1.19](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-link@5.1.18...cf-component-link@5.1.19) (2018-03-13)

@@ -18,0 +29,0 @@

@@ -152,3 +152,4 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

};
Link.displayName = 'Link';
export default createComponent(linkStyles, Link);

@@ -141,3 +141,4 @@ 'use strict';

};
Link.displayName = 'Link';
exports.default = (0, _cfStyleContainer.createComponent)(linkStyles, Link);

6

package.json
{
"name": "cf-component-link",
"description": "Cloudflare Link Component",
"version": "5.1.20",
"version": "5.1.21",
"main": "lib/index.js",

@@ -17,4 +17,4 @@ "module": "es/index.js",

"dependencies": {
"cf-component-arrow-swivel": "^2.1.19",
"cf-style-container": "^8.0.0",
"cf-component-arrow-swivel": "^2.1.20",
"cf-style-container": "^8.0.1",
"cf-util-route-handler": "^4.2.3",

@@ -21,0 +21,0 @@ "prop-types": "^15.6.0"

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