Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0-rc.5 to 2.12.0-rc.6

4

Changelog.md

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

## 2.12.0=rc.6
### Fixed
- FIO-3758: Duplication of radio ids inside nested forms
## 2.12.0-rc.5

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

8

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

@@ -16,4 +16,6 @@ Object.defineProperty(exports, "__esModule", {

'" for="' +
((__t = (ctx.instance.root?.id)) == null ? '' : __t) +
'-' +
((__t = (ctx.id)) == null ? '' : __t) +
'' +
'-' +
((__t = (ctx.row)) == null ? '' : __t) +

@@ -49,4 +51,6 @@ '-' +

__p += '\n id="' +
((__t = (ctx.instance.root?.id)) == null ? '' : __t) +
'-' +
((__t = (ctx.id)) == null ? '' : __t) +
'' +
'-' +
((__t = (ctx.row)) == null ? '' : __t) +

@@ -53,0 +57,0 @@ '-' +

{
"name": "@formio/bootstrap3",
"version": "2.12.0-rc.5",
"version": "2.12.0-rc.6",
"description": "Bootstrap 3 templates for form.io",

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

"devDependencies": {
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/ejs": "^3.1.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.10",
"@types/sinon": "^10.0.1",
"@types/node": "^16.9.4",
"@types/sinon": "^10.0.3",
"chai": "^4.3.4",

@@ -50,6 +50,6 @@ "gulp": "^4.0.2",

"ts-node": "^10.2.1",
"ts-sinon": "^2.0.1",
"ts-sinon": "^2.0.2",
"tslint": "^6.1.3",
"typescript": "~4.1.6",
"webpack": "^5.52.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"

@@ -56,0 +56,0 @@ },

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