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.32.0 to 1.33.0

7

CHANGELOG.md

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

# [1.33.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.32.0...v1.33.0) (2021-06-22)
### ✨ Features
* use element id for unique map prompts ([ac9e187](https://github.com/wmfs/cardscript-extract-defaults/commit/ac9e1878b92bf245702dfda23f41185e9846c1d1))
# [1.32.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.31.0...v1.32.0) (2021-06-22)

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

2

lib/index.js

@@ -168,3 +168,3 @@ const marked = require('marked')

const id_ = `MAP_PROMPT_${idx}`
const id_ = `${element.id}_MAP_PROMPT_${idx}`
const defaultValue_ = {

@@ -171,0 +171,0 @@ show: false,

{
"name": "@wmfs/cardscript-extract-defaults",
"description": "Extracts sensible defaults from some Cardscript.",
"version": "1.32.0",
"version": "1.33.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