Socket
Socket
Sign inDemoInstall

@wmfs/cardscript-extract-defaults

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/cardscript-extract-defaults - npm Package Compare versions

Comparing version 1.29.0 to 1.30.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.30.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.29.0...v1.30.0) (2021-04-30)
### ✨ Features
* add MarkupTable selection type support ([23088f8](https://github.com/wmfs/cardscript-extract-defaults/commit/23088f8b7dceeb6bab581fea1a140ee124e10a6a))
# [1.29.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.28.1...v1.29.0) (2021-04-29)

@@ -2,0 +9,0 @@

@@ -117,2 +117,12 @@ const marked = require('marked')

}
case 'MarkupTable': {
if (element.id) {
if (element.selectionType === 'single' || element.selectionType === 'multi') {
const defaultValue = element.selectionType === 'single' ? {} : []
applyDefaultValue(defaultValues, defaultValue, apiLookupPath, cardListPath, element.id + 'Selected')
}
}
break
}
case 'Table':

@@ -119,0 +129,0 @@ if (element.selectionType) {

2

package.json
{
"name": "@wmfs/cardscript-extract-defaults",
"description": "Extracts sensible defaults from some Cardscript.",
"version": "1.29.0",
"version": "1.30.0",
"author": "West Midlands Fire Service",

@@ -6,0 +6,0 @@ "keywords": [

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