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

hdeng-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdeng-bootstrap - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

6

lib/form/tcomb-form/form.jsx

@@ -127,3 +127,3 @@ module.exports = form;

if (this.state.successMsg) {
return <div className="alert alert-success" role="alert" dangerouslySetInnerHTML={{__html: this.state.successMsg}}></div>;
return <div className="alert alert--success" role="alert" dangerouslySetInnerHTML={{__html: this.state.successMsg}}></div>;
}

@@ -134,5 +134,5 @@

if (this.state.errorMsg) {
msg = <div className="alert alert-danger" role="alert">{this.state.errorMsg}</div>;
msg = <div className="alert alert--danger" role="alert">{this.state.errorMsg}</div>;
} else if (config.infoMsg) {
msg = <div className="alert alert-light" role="alert" dangerouslySetInnerHTML={{__html: config.infoMsg}}></div>;
msg = <div className="alert alert--info" role="alert" dangerouslySetInnerHTML={{__html: config.infoMsg}}></div>;
}

@@ -139,0 +139,0 @@

{
"name": "hdeng-bootstrap",
"description": "Bootstrap your Heidelberg Engineering projects with ease.",
"version": "2.4.3",
"version": "2.4.4",
"author": "Dots United GmbH",

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

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