Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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 |
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 0 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.