Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.6 to 2.6.7

4

Changelog.md

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

## 2.6.7
### Fixed
- builderSidebar (template): fix panels not collapsed when switching between groups
## 2.6.5

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

8

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

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

function print() { __p += __j.call(arguments, '') }
__p += '<div id="' +
__p += '<div class="builder-sidebar' +
((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) +
'" ref="sidebar">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div id="' +
((__t = (ctx.groupId)) == null ? '' : __t) +
'" class="panel-group builder-sidebar' +
((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) +
'" ref="sidebar">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div ref="sidebar-groups">\n ';
'" class="panel-group" ref="sidebar-groups">\n ';
ctx.groups.forEach(function(group) { ;

@@ -14,0 +14,0 @@ __p += '\n ' +

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

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

"devDependencies": {
"@types/chai": "^4.2.12",
"@types/chai": "^4.2.13",
"@types/ejs": "^3.0.4",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.1",
"@types/sinon": "^9.0.5",
"@types/node": "^14.11.8",
"@types/sinon": "^9.0.8",
"chai": "^4.2.0",

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

"gulp-template": "^5.0.0",
"mocha": "^8.1.2",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"sinon": "^9.0.3",
"ts-node": "^8.10.2",
"ts-sinon": "^1.2.1",
"sinon": "^9.2.0",
"ts-node": "^9.0.0",
"ts-sinon": "^2.0.1",
"tslint": "^6.1.3",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"typescript": "^4.0.3",
"webpack": "^5.1.0",
"webpack-cli": "^4.0.0"
},

@@ -57,0 +57,0 @@ "author": "Randall Knutson <randall@form.io>",

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