@ta-interaktiv/contentbricks
Advanced tools
Comparing version 1.3.6 to 1.3.7
# 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
508529
159
3692