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

@ta-interaktiv/contentbricks

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ta-interaktiv/contentbricks - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

src/.DS_Store

9

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.6](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/contentbricks@1.3.5...@ta-interaktiv/contentbricks@1.3.6) (2022-02-10)
## [1.3.7](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/contentbricks@1.3.6...@ta-interaktiv/contentbricks@1.3.7) (2022-02-10)
**Note:** Version bump only for package @ta-interaktiv/contentbricks
## [1.3.6](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/contentbricks@1.3.5...@ta-interaktiv/contentbricks@1.3.6) (2022-02-10)
**Note:** Version bump only for package @ta-interaktiv/contentbricks
## [1.3.5](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/contentbricks@1.3.0...@ta-interaktiv/contentbricks@1.3.5) (2022-02-10)

@@ -15,0 +14,0 @@

@@ -131,6 +131,2 @@ 'use strict';

var tail = (head.length > 1 ? ' ' : '') + head.pop();
if (typeof head === 'string') {
tail = head.slice(1).concat(tail);
head = head[0];
}
return (React__default.createElement("a", __assign({ href: href, target: openIn, className: className + ' cB', style: __assign(__assign(__assign({}, style), noWrap), (placeholderMode ? { color: placeholderColor } : {})) }, props),

@@ -137,0 +133,0 @@ head.join(' '),

@@ -124,6 +124,2 @@ import React, { forwardRef, useState, useEffect, useLayoutEffect, useRef } from 'react';

var tail = (head.length > 1 ? ' ' : '') + head.pop();
if (typeof head === 'string') {
tail = head.slice(1).concat(tail);
head = head[0];
}
return (React.createElement("a", __assign({ href: href, target: openIn, className: className + ' cB', style: __assign(__assign(__assign({}, style), noWrap), (placeholderMode ? { color: placeholderColor } : {})) }, props),

@@ -130,0 +126,0 @@ head.join(' '),

{
"name": "@ta-interaktiv/contentbricks",
"version": "1.3.6",
"version": "1.3.7",
"description": "> TODO: description",

@@ -52,3 +52,3 @@ "author": "Sebastian Broschinski <sebastian.broschinski@tamedia.ch>",

},
"gitHead": "9df928ed92c0526010407ca1b0e3568db7d35fa0",
"gitHead": "da357ac54e965f09a8e55f20fef9d94c9f2ac041",
"devDependencies": {

@@ -55,0 +55,0 @@ "@types/mdx-js__react": "^1.5.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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