Socket
Socket
Sign inDemoInstall

carbon-addons-catalog-react

Package Overview
Dependencies
43
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.3 to 0.4.4

2

cjs/components/DetailPageSidebar/DetailPageSidebar.js

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

{ className: 'bx--detail-page-sidebar-artifact-details-container' },
_react2.default.createElement(_MarkdownRenderer2.default, { content: obj.content })
obj.content
)

@@ -58,0 +58,0 @@ );

@@ -21,3 +21,7 @@ 'use strict';

details: [{ key: 'author', label: 'Author', value: 'IBM' }, { key: 'version', label: 'Version', value: '3.1' }, { key: 'createdDate', label: 'Created Date', value: '1/1/2017' }, { key: 'publishedDate', label: 'Published Date', value: '2/1/2018' }, { key: 'type', label: 'Type', value: 'Service' }, { key: 'location', label: 'Location', value: 'Dallas' }, { key: 'region', label: 'Region', value: 'US-South' }],
sidebarSections: [{ header: 'Locations', content: 'US-South, US-East' }, { header: 'Helpful Links', content: '[Link 1](www.google.com)' }]
sidebarSections: [{ header: 'Locations', content: 'US-South, US-East' }, { header: 'Helpful Links', content: _react2.default.createElement(
'a',
{ href: 'www.google.com' },
'Link 1'
) }]
};

@@ -24,0 +28,0 @@

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

{ className: 'bx--detail-page-sidebar-artifact-details-container' },
React.createElement(MarkdownRenderer, { content: obj.content })
obj.content
)

@@ -41,0 +41,0 @@ );

@@ -10,3 +10,7 @@ import React from 'react';

details: [{ key: 'author', label: 'Author', value: 'IBM' }, { key: 'version', label: 'Version', value: '3.1' }, { key: 'createdDate', label: 'Created Date', value: '1/1/2017' }, { key: 'publishedDate', label: 'Published Date', value: '2/1/2018' }, { key: 'type', label: 'Type', value: 'Service' }, { key: 'location', label: 'Location', value: 'Dallas' }, { key: 'region', label: 'Region', value: 'US-South' }],
sidebarSections: [{ header: 'Locations', content: 'US-South, US-East' }, { header: 'Helpful Links', content: '[Link 1](www.google.com)' }]
sidebarSections: [{ header: 'Locations', content: 'US-South, US-East' }, { header: 'Helpful Links', content: React.createElement(
'a',
{ href: 'www.google.com' },
'Link 1'
) }]
};

@@ -13,0 +17,0 @@

{
"name": "carbon-addons-catalog-react",
"version": "0.4.3",
"version": "0.4.4",
"description": "Bluemix specific components",

@@ -5,0 +5,0 @@ "main": "cjs/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc