
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.
@knovator/novu-connector
Advanced tools
`@knovator/novu-connector` is package built that register and login the user.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
@knovator/novu-connector
is package built to add user to the admin organization and get user login token.
To use this package you have to first setup your account on novu or on self hosted novu, and should be having your setup/admin credentials ready.
npm install @knovator/novu-connector
# or
yarn add @knovator/novu-connector
After successfully creating account and having username
and password
credentials we can start using it,
const { setConfig } = require('@knovator/novu-connector');
setConfig('http://localhost:3000', false);
setConfig
function accepts two parameters,
baseUrl
- baseUrl to call the APIlog
- boolean to toggle logging in consoleaddUser
function
const { addUser } = require('@knovator/novu-connector');
await addUser(
{ email: "admin@gmail.com", password: "admin1234" },
{ email: "johndoe@gmail.com", password: "johndoe123", role: "member", firstName: "John", lastName: "Doe" }
);
member
or admin
login
function
const { login } = require('@knovator/novu-connector');
await login("johndoe@gmail.com", "johndoe123");
{ token: '...' }
in case of credentials are correct.Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Knovator Technologies
Project Link: https://github.com/knovator/novu-connector
FAQs
Unknown package
The npm package @knovator/novu-connector receives a total of 2 weekly downloads. As such, @knovator/novu-connector popularity was classified as not popular.
We found that @knovator/novu-connector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.