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.11.4 to 2.11.5-rc.1

4

Changelog.md

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

## 2.11.5-rc.1
### Fixed
- FIO-3758: Duplication of radio ids inside nested forms
## 2.11.4

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

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.11.4",
"version": "2.11.5-rc.1",
"description": "Bootstrap 3 templates for form.io",

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

"devDependencies": {
"@types/chai": "^4.2.18",
"@types/ejs": "^3.0.6",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.3",
"@types/sinon": "^10.0.2",
"@types/chai": "^4.2.22",
"@types/ejs": "^3.1.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.4",
"@types/sinon": "^10.0.3",
"chai": "^4.3.4",

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

"gulp-template": "^5.0.0",
"mocha": "^9.0.1",
"mocha": "^9.1.1",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"sinon": "^11.1.1",
"ts-node": "^10.0.0",
"ts-sinon": "^2.0.1",
"sinon": "^11.1.2",
"ts-node": "^10.2.1",
"ts-sinon": "^2.0.2",
"tslint": "^6.1.3",
"typescript": "4.1.5",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2"
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
},

@@ -57,0 +57,0 @@ "license": "MIT",

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