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

@titelmedia/bricks-paragraph

Package Overview
Dependencies
Maintainers
10
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-paragraph - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.6](https://github.com/titel-media/bricks-lerna/compare/v0.1.5...v0.1.6) (2021-11-29)
**Note:** Version bump only for package @titelmedia/bricks-paragraph
## [0.1.5](https://github.com/titel-media/bricks-lerna/compare/v0.2.0...v0.1.5) (2021-11-29)

@@ -8,0 +16,0 @@

9

dist/index.js

@@ -18,7 +18,10 @@ "use strict";

bold,
children
text
}) => {
return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(_bricksTheme.default, null), _react.default.createElement(_styles.StyledParagraph, {
bold: bold
}, children));
bold: bold,
dangerouslySetInnerHTML: {
__html: text
}
}));
};

@@ -25,0 +28,0 @@

@@ -1,14 +0,1 @@

<<<<<<< HEAD
import React from "react";
import PropTypes from "prop-types";
import "./styles.scss";
const Paragraph = ({ text, style }) => {
return <p className="test-component">this is really a very nice paragraph</p>;
};
Paragraph.propTypes = {
text: PropTypes.string,
style: PropTypes.string,
=======
import React from 'react';

@@ -25,5 +12,4 @@ import { StyledParagraph } from './styles';

);
>>>>>>> dev
};
export { Paragraph };
{
"name": "@titelmedia/bricks-paragraph",
"version": "0.1.5",
"version": "0.1.6",
"description": "> TODO: description",

@@ -12,3 +12,3 @@ "author": "highsnob",

},
"gitHead": "8e9517959bafd98e8c108ea3530820f42a3ec560",
"gitHead": "f641c887ee9da5172583a0d5856c6f9b336df32b",
"peerDependencies": {

@@ -15,0 +15,0 @@ "react": "^17.0.2",

Sorry, the diff of this file is not supported yet

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