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

@formio/bootstrap

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formio/bootstrap - npm Package Compare versions

Comparing version 3.0.0-rc.19 to 3.0.0-rc.20

4

lib/cjs/templates/bootstrap5/builderSidebar/form.ejs.js

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

((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) +
'" ref="sidebar" role="tablist">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n ';
'" ref="sidebar" role="tablist">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div ref="sidebar-groups">\n ';
ctx.groups.forEach(function(group) { ;

@@ -18,4 +18,4 @@ __p += '\n ' +

}) ;
__p += '\n</div>\n';
__p += '\n </div>\n</div>\n';
return __p
}

@@ -8,3 +8,3 @@ export default function(ctx) {

((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) +
'" ref="sidebar" role="tablist">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n ';
'" ref="sidebar" role="tablist">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div ref="sidebar-groups">\n ';
ctx.groups.forEach(function(group) { ;

@@ -15,4 +15,4 @@ __p += '\n ' +

}) ;
__p += '\n</div>\n';
__p += '\n </div>\n</div>\n';
return __p
}
{
"name": "@formio/bootstrap",
"version": "3.0.0-rc.19",
"version": "3.0.0-rc.20",
"description": "Bootstrap templates for Form.io forms",

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

Sorry, the diff of this file is too big to display

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