New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@formio/bootstrap3

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formio/bootstrap3 - npm Package Compare versions

Comparing version 2.12.1 to 2.12.2-rc.1

4

Changelog.md

@@ -7,2 +7,6 @@ # Change Log

## 2.12.2-rc.1
### Fixed
- FIO-3924: Fixes an issue where the DataGrid has an additional column wwhen "Equal columns width" is checked
## 2.12.1

@@ -9,0 +13,0 @@ ### Changed

2

lib/templates/bootstrap3/datagrid/form.ejs.js

@@ -118,3 +118,3 @@ Object.defineProperty(exports, "__esModule", {

__p += '\n <tfoot>\n <tr>\n <td colspan="' +
((__t = (ctx.numColumns + 1)) == null ? '' : __t) +
((__t = (ctx.component.layoutFixed ? ctx.numColumns : ctx.numColumns + 1)) == null ? '' : __t) +
'">\n <button class="btn btn-primary formio-button-add-row" ref="' +

@@ -121,0 +121,0 @@ ((__t = (ctx.datagridKey)) == null ? '' : __t) +

{
"name": "@formio/bootstrap3",
"version": "2.12.1",
"version": "2.12.2-rc.1",
"description": "Bootstrap 3 templates for form.io",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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