Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wmfs/cardscript-extract-defaults

Package Overview
Dependencies
Maintainers
1
Versions
59
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.27.0 to 1.28.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [1.28.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.27.0...v1.28.0) (2021-04-26)
### ✨ Features
* add default val for list select all ([8cb4c6a](https://github.com/wmfs/cardscript-extract-defaults/commit/8cb4c6a93a46ce7135ce1047c7661a5af513f10d))
### 🚨 Tests
* add flag to expected ([f08604b](https://github.com/wmfs/cardscript-extract-defaults/commit/f08604bb201829676bc32e867b1b2ed5b3eb3d5f))
# [1.27.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.26.0...v1.27.0) (2021-04-12)

@@ -2,0 +14,0 @@

4

lib/index.js

@@ -127,2 +127,6 @@ const marked = require('marked')

applyDefaultValue(defaultValues, defaultValue, apiLookupPath, cardListPath, element.id)
if (element.selectionType === 'multi') {
applyDefaultValue(defaultValues, false, apiLookupPath, cardListPath, element.id + 'SelectAll')
}
}

@@ -129,0 +133,0 @@ break

2

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

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

@@ -76,2 +76,3 @@ /* eslint-env mocha */

listMultiSelection: [],
listMultiSelectionSelectAll: false,
listSingleSelection: {},

@@ -78,0 +79,0 @@ markdownTextBlockCompiledMarkdown: '<h2 id="markdown">Markdown</h2>\n<blockquote>\n<p>This is some markdown text</p>\n</blockquote>\n<h2 id="heading">Heading</h2>\n<p>Some text here...</p>\n<ul>\n<li>one</li>\n<li>two</li>\n<li>three</li>\n</ul>\n',

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