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.
flow-cadence-plugin
Advanced tools
This plugin allows you to import .cdc
Cadence files directly into your project, making Flow blockchain scripts and transactions easily accessible in a Webpack-based setup. Additionally, it resolves any TypeScript type errors for .cdc
imports, providing smooth integration with TypeScript projects.
Let me know if you’d like further adjustments!
import ReadHelloWorld from '../cadence/scripts/ReadHelloWorld.cdc'
await fcl.query({
cadence: ReadHelloWorld
})
npm install flow-cadence-plugin --save-dev
To import .cdc
files, add the plugin to your Webpack configuration:
new FlowCadencePlugin()
To use the plugin in a Next.js project, add it to the Webpack configuration in next.config.js
:
import FlowCadencePlugin from 'flow-cadence-plugin'
module.exports = {
webpack: (config) => {
config.plugins.push(new FlowCadencePlugin())
return config
},
}
FAQs
Webpack plugin for Cadence and Flow.
The npm package flow-cadence-plugin receives a total of 2 weekly downloads. As such, flow-cadence-plugin popularity was classified as not popular.
We found that flow-cadence-plugin 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.