Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@wmfs/cardscript-cleaner
Advanced tools
Cleans Cardscript form data to ensure we only submit the data that we should.
cardscript-expressions provides a number of utilities to generate expressions, generate AST's, and clean cardscript data for submissions
$ npm install cardscript-expressions --save
const expressions = new CardscriptExpressionsxpressions()
Usage | Description |
---|---|
const expressionList = getExpressionsFromCardscript(cardscript) | Takes a cardscript schema and extracts a list of expressions. |
convertExpressionsToAst(expressions) | Takes a list of expressions generated by getExpressionsFromCardscript() and amends the generated AST's to an object asts available from expressions.asts |
addCardscript(cardscript) | A combination of getExpressionsFromCardscript(cardscript) and convertExpressionsToAst(expressions) , used to generate AST's from cardscript in one function call |
const visibilityList = calculateWidgetVisibility(cardscript, data, asts) | Takes a cardscript schema, submission data, and a list of AST's to generate an object of {key: boolean} values representing whether a widget should be visible or not |
const clean = cleanData(data, visibilityList) | Takes submission data and a visibility list generated by calculateWidgetVisibility and returns a cleaned data object with values of hidden fields removed |
1.1.0 (2019-06-27)
FAQs
Cleans Cardscript form data to ensure we only submit the data that we should.
The npm package @wmfs/cardscript-cleaner receives a total of 5 weekly downloads. As such, @wmfs/cardscript-cleaner popularity was classified as not popular.
We found that @wmfs/cardscript-cleaner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.