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

@amalto/help

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/help - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

3

build/index.js

@@ -14,2 +14,3 @@ "use strict";

var React = require("react");
// Utils
var classNames = require("classnames");

@@ -25,3 +26,3 @@ var Help = /** @class */ (function (_super) {

var _this = this;
return (React.createElement("span", { className: classNames('fa fa-fw fa-question-circle default-color', this.props.containerClass), "data-content": this.props.text, ref: function (ref) { return _this._helpPopup = ref; }, style: this.props.style }));
return (React.createElement("span", { className: classNames('fa fa-fw fa-question-circle default-color', this.props.containerClass), "data-content": this.props.text, ref: function (dom) { return _this._helpPopup = dom; }, style: this.props.style }));
};

@@ -28,0 +29,0 @@ Help.prototype.componentDidMount = function () {

@@ -5,3 +5,3 @@ {

"description": "Help component",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

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