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

cf-component-card

Package Overview
Dependencies
Maintainers
17
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-card - npm Package Compare versions

Comparing version 1.4.4 to 1.5.0

3

es/Card.js

@@ -27,3 +27,3 @@ 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; }; }();

'section',
{ className: 'cf-card' },
{ id: this.props.id, className: 'cf-card' },
this.props.children

@@ -38,2 +38,3 @@ );

Card.propTypes = {
id: PropTypes.string,
children: PropTypes.node

@@ -40,0 +41,0 @@ };

@@ -39,3 +39,3 @@ 'use strict';

'section',
{ className: 'cf-card' },
{ id: this.props.id, className: 'cf-card' },
this.props.children

@@ -50,2 +50,3 @@ );

Card.propTypes = {
id: _propTypes2.default.string,
children: _propTypes2.default.node

@@ -52,0 +53,0 @@ };

{
"name": "cf-component-card",
"description": "Cloudflare Card Component",
"version": "1.4.4",
"version": "1.5.0",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

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