
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.
@eppo/js-client-sdk-common
Advanced tools
Common library for Eppo JavaScript SDKs (web, react native, and node)
Refer to our SDK documentation for how to install and use the SDK.
To set up the package for local development, run make prepare
after cloning the repository
Details:
/.../node_modules/@eppo/js-client-sdk-common/node_modules/uuid/dist/esm-browser/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){export { default as v1 } from './v1.js';
^^^^^^
SyntaxError: Unexpected token 'export'
Add the following line to your jest.config.js
file:
transformIgnorePatterns: ['<rootDir>/node_modules/(?!(@eppo|uuid)/)'],
It may be useful to install the local version of this package as you develop the client SDK or Node SDK. This can be done in two steps:
make prepare
yarn add --force file:../js-client-sdk-common
(this assumes both repositories were cloned into the same directory)When publishing releases, the following rules apply:
Standard Release:
vX.Y.Z
(e.g., v4.3.5
)latest
tagPre-release:
vX.Y.Z-label.N
(e.g., v4.3.5-alpha.1
)alpha.1
)Note: The release will not be published if:
FAQs
Common library for Eppo JavaScript SDKs (web, react native, and node)
The npm package @eppo/js-client-sdk-common receives a total of 70,583 weekly downloads. As such, @eppo/js-client-sdk-common popularity was classified as popular.
We found that @eppo/js-client-sdk-common demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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.