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

@titelmedia/bricks-section-simple

Package Overview
Dependencies
Maintainers
10
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-section-simple - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5

lib/styles.scss

8

CHANGELOG.md

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

## [0.1.5](https://github.com/outisfun/bricks-lerna/compare/v0.2.0...v0.1.5) (2021-11-29)
**Note:** Version bump only for package @titelmedia/bricks-section-simple
## [0.1.3](https://github.com/outisfun/bricks-lerna/compare/v0.1.2...v0.1.3) (2021-10-26)

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

12

lib/index.js

@@ -1,13 +0,5 @@

import React, { useEffect, useRef } from 'react';
import React from 'react';
const Simple = ({ colorMode, backgroundColor, children }) => {
const elRef = useRef(null);
useEffect(() => {}, []);
return (
<div ref={elRef} className="brcks-section--simple">
<h1 className="brcks-heading--red">this is a simple! section</h1>
{children}
</div>
);
return <div>{children}</div>;
};

@@ -14,0 +6,0 @@

{
"name": "@titelmedia/bricks-section-simple",
"version": "0.1.3",
"version": "0.1.5",
"description": "to do",

@@ -24,3 +24,4 @@ "author": "highsnob",

"dependencies": {
"@titelmedia/bricks-theme": "^0.1.3"
"@titelmedia/bricks-theme": "^0.0.2",
"prop-types": "^15.7.2"
},

@@ -33,3 +34,3 @@ "devDependencies": {

},
"gitHead": "0fcc2a21f4aadfc532bb58e7f028e066b02de923"
"gitHead": "8e9517959bafd98e8c108ea3530820f42a3ec560"
}

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