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

@atlaskit/help-article

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/help-article - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

8

CHANGELOG.md
# @atlaskit/help-article
## 0.6.2
### Patch Changes
- [patch][a44f829bdc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a44f829bdc):
Fixed IE11 CSS issue (hide horizontal scrollbar)
## 0.6.1

@@ -4,0 +12,0 @@

2

dist/cjs/components/ArticleBody/index.js

@@ -45,3 +45,3 @@ "use strict";

if (currentIframe.contentWindow.document.body) {
srcDoc.set(currentIframe, "<style>" + resetCss_1.default + "</style><div class=\"content-platform-support\">" + body + "</div>");
srcDoc.set(currentIframe, "<style>" + resetCss_1.default + "</style><div style=\"overflow-x: hidden;\">" + body + "</div>");
}

@@ -48,0 +48,0 @@ }

{
"name": "@atlaskit/help-article",
"version": "0.6.1",
"version": "0.6.2",
"sideEffects": false
}

@@ -43,3 +43,3 @@ import { __read } from "tslib";

if (currentIframe.contentWindow.document.body) {
srcDoc.set(currentIframe, "<style>" + resetCSS + "</style><div class=\"content-platform-support\">" + body + "</div>");
srcDoc.set(currentIframe, "<style>" + resetCSS + "</style><div style=\"overflow-x: hidden;\">" + body + "</div>");
}

@@ -46,0 +46,0 @@ }

{
"name": "@atlaskit/help-article",
"version": "0.6.1",
"version": "0.6.2",
"sideEffects": false
}
{
"name": "@atlaskit/help-article",
"version": "0.6.1",
"version": "0.6.2",
"description": "A cross-product help-article component",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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