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
5
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.3.0 to 2.4.0

7

Changelog.md

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

## 2.4.0
### Fixed
- The percentage on the file uploads.
### Added
- Column size configurations.
## 2.1.0

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

16

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

@@ -9,9 +9,17 @@ Object.defineProperty(exports, "__esModule", {

ctx.component.columns.forEach(function(column, index) { ;
__p += '\n<div class="col\n col-sm-' +
__p += '\n<div class="col\n col-' +
((__t = (column.size)) == null ? '' : __t) +
'-' +
((__t = (column.width)) == null ? '' : __t) +
'\n col-sm-offset-' +
'\n col-' +
((__t = (column.size)) == null ? '' : __t) +
'-offset-' +
((__t = (column.offset)) == null ? '' : __t) +
'\n col-sm-push-' +
'\n col-' +
((__t = (column.size)) == null ? '' : __t) +
'-push-' +
((__t = (column.push)) == null ? '' : __t) +
'\n col-sm-pull-' +
'\n col-' +
((__t = (column.size)) == null ? '' : __t) +
'-pull-' +
((__t = (column.pull)) == null ? '' : __t) +

@@ -18,0 +26,0 @@ '\n " ref="' +

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

((__t = (status.progress)) == null ? '' : __t) +
'">\n <span class="sr-only">' +
'%">\n <span class="sr-only">' +
((__t = (status.progress)) == null ? '' : __t) +

@@ -152,0 +152,0 @@ '% ' +

{
"name": "@formio/bootstrap3",
"version": "2.3.0",
"version": "2.4.0",
"description": "Bootstrap 3 templates for form.io",

@@ -34,7 +34,7 @@ "main": "lib/index.js",

"devDependencies": {
"@types/chai": "^4.2.9",
"@types/ejs": "^3.0.0",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.2",
"@types/sinon": "^7.5.1",
"@types/chai": "^4.2.11",
"@types/ejs": "^3.0.1",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.3",
"@types/sinon": "^7.5.2",
"chai": "^4.2.0",

@@ -45,15 +45,15 @@ "gulp": "^4.0.2",

"gulp-template": "^5.0.0",
"mocha": "^7.0.1",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"pre-commit": "^1.2.2",
"sinon": "^9.0.0",
"ts-node": "^8.6.2",
"sinon": "^9.0.1",
"ts-node": "^8.8.1",
"ts-sinon": "^1.0.25",
"tslint": "^6.0.0",
"typescript": "^3.7.5",
"webpack": "^4.41.6",
"tslint": "^6.1.0",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"author": "Randall Knutson <randall@form.io>",
"license": "UNLICENSED",
"license": "MIT",
"bugs": {

@@ -60,0 +60,0 @@ "url": "https://github.com/formio/bootstrap3/issues"

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