Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.