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.5 to 0.4.6

4

cjs/components/DetailPageHighlights/DetailPageHighlights.js

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

var _carbon = require('../carbon');
var _carbonComponentsReact = require('carbon-components-react');

@@ -57,3 +57,3 @@ var _ThumbnailSlider = require('../ThumbnailSlider/ThumbnailSlider');

{ className: 'bx--artifact-details-highlight-container' },
i18n.notification && _react2.default.createElement(_carbon.Notification, _extends({}, i18n.notification, { kind: i18n.kindOfNotification })),
i18n.notification && _react2.default.createElement(_carbonComponentsReact.Notification, _extends({}, i18n.notification, { kind: i18n.kindOfNotification })),
_react2.default.createElement(

@@ -60,0 +60,0 @@ 'div',

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

var _carbon = require('../carbon');
var _carbonComponentsReact = require('carbon-components-react');

@@ -38,3 +38,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

{ className: 'bx--artifact-details-highlight-container' },
i18n.notification && _react2.default.createElement(_carbon.Notification, _extends({}, i18n.notification, { kind: i18n.kindOfNotification })),
i18n.notification && _react2.default.createElement(_carbonComponentsReact.Notification, _extends({}, i18n.notification, { kind: i18n.kindOfNotification })),
_react2.default.createElement(

@@ -41,0 +41,0 @@ 'div',

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

var _carbon = require('../carbon');
var _carbonComponentsReact = require('carbon-components-react');

@@ -20,0 +20,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -6,3 +6,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

import MarkdownRenderer from '../../internal/MarkdownRenderer/MarkdownRenderer';
import { Notification } from '../carbon';
import { Notification } from 'carbon-components-react';
import ThumbnailSlider from '../ThumbnailSlider/ThumbnailSlider';

@@ -9,0 +9,0 @@

@@ -5,3 +5,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

import React from 'react';
import { Notification } from '../carbon';
import { Notification } from 'carbon-components-react';

@@ -8,0 +8,0 @@ var propTypes = {

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

import React, { Component } from 'react';
import { Tag, Link } from '../carbon';
import { Tag, Link } from 'carbon-components-react';

@@ -14,0 +14,0 @@ var DetailPageSidebar = function (_Component) {

{
"name": "carbon-addons-catalog-react",
"version": "0.4.5",
"version": "0.4.6",
"description": "Bluemix specific components",

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

@@ -1,9 +0,9 @@

# carbon-addons-bluemix-react
# carbon-addons-catalog-react
The React version of carbon-addons-bluemix (currently the only version).
The React version of carbon-addons-catalog (currently the only version).
## Usage
`npm install -S carbon-addons-bluemix-react`
`npm install -S carbon-addons-catalog-react`
Make sure in to include the Sass files in your own build - currently the Sass files require that you have an `includePaths` configuration in your Sass build to include the `node_modules` folder (which makes 'carbon-components/scss/....' resolve appropriately)
Make sure to include the Sass files in your own build - currently the Sass files require that you have an `includePaths` configuration in your Sass build to include the `node_modules` folder (which makes 'carbon-components/scss/....' resolve appropriately)
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