
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@coasy/piece-coasy
Advanced tools
This is the Coasy integration piece for Activepieces, providing actions and triggers to interact with the Coasy platform for funnel and webinar management.
This is the Coasy integration piece for Activepieces, providing actions and triggers to interact with the Coasy platform for funnel and webinar management.
The Coasy piece includes:
npm install
# Build the coasy piece specifically
nx build pieces-coasy
# Build with watch mode for development
nx build pieces-coasy --watch
# Run tests for the coasy piece
nx test pieces-coasy
# Run tests with watch mode
nx test pieces-coasy --watch
# Lint the coasy piece
nx lint pieces-coasy
# Auto-fix lint issues
nx lint pieces-coasy --fix
# Start the full development environment (frontend + backend + engine + pieces)
npm run dev
# Or start just backend services if only testing the piece
npm run dev:backend
http://localhost:4200
(frontend)Adding a New Action:
src/lib/actions/
src/index.ts
create-funnel-participant.ts
Adding a New Trigger:
src/lib/triggers/
src/index.ts
new-funnel-participant.ts
packages/pieces/community/coasy/
├── README.md # This file
├── package.json # Package configuration
├── project.json # Nx project configuration
├── tsconfig.json # TypeScript config
└── src/
├── index.ts # Main piece definition and exports
└── lib/
├── actions/ # Action implementations
├── triggers/ # Trigger implementations
└── common/ # Shared utilities
The piece uses custom authentication with:
baseUrl
: Coasy instance base URLapiKey
: API key for authenticationdisplayName
and description
for all properties@activepieces/pieces-framework
Authentication Testing:
Action Testing:
Trigger Testing:
The piece is published as @coasy/piece-coasy
to npm. Version is currently 0.0.12
.
To publish a new version:
cd packages/pieces/community/coasy
version
in package.json
(e.g., from 0.0.11
to 0.0.12
)npm publish
Note: The monorepo's npm run publish-piece
script currently has dependency resolution issues. Use the direct npm publish
method above instead.
FAQs
This is the Coasy integration piece for Activepieces, providing actions and triggers to interact with the Coasy platform for funnel and webinar management.
The npm package @coasy/piece-coasy receives a total of 7 weekly downloads. As such, @coasy/piece-coasy popularity was classified as not popular.
We found that @coasy/piece-coasy 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.