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.4.0 to 1.5.0

7

CHANGELOG.md

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

# [1.5.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.4.0...v1.5.0) (2019-03-26)
### ✨ Features
* allow multi select api lookup ([091a6d6](https://github.com/wmfs/cardscript-extract-defaults/commit/091a6d6))
# [1.4.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.3.0...v1.4.0) (2019-03-26)

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

5

lib/index.js

@@ -53,3 +53,6 @@ module.exports = function extractDefaults (cardscript) {

}
// todo: element.selectionType === 'multi'
if (element.selectionType === 'multi') {
defaultValues.rootView[element.id].selected = []
}
break

@@ -56,0 +59,0 @@ case 'CardList':

2

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

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

Sorry, the diff of this file is not supported yet

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