
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@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)
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.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.