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.28.0 to 1.28.1

12

CHANGELOG.md

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

## [1.28.1](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.28.0...v1.28.1) (2021-04-26)
### 🐛 Bug Fixes
* no longer need default value for select all ([bb2b40d](https://github.com/wmfs/cardscript-extract-defaults/commit/bb2b40d844779dc0dafe6b7b1e0e3d0b75576a1b))
### 🚨 Tests
* remove select all from expects ([92756bf](https://github.com/wmfs/cardscript-extract-defaults/commit/92756bfb690785a2607a3ce604042dd571f07eb5))
# [1.28.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.27.0...v1.28.0) (2021-04-26)

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

4

lib/index.js

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

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

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

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

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

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

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

@@ -79,0 +78,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