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.
@civic/bitgo
Advanced tools
This tool allows to bundle BitGo Javascript SDK for nodeJS using webpack.
At its current state bitgo lib has many transitive dependencies which makes the node_modules
directory size over 400MB.
This makes it impossible to use bitgo with AWS Lambdas because of the current 250MB limit per layer.
This service contains a webpack config which allows to bundle the BitGo Javascript SDK along with required dependencies. The resulting bundle is much more compact and can be used as a drop-in replacement for NPM version.
NB: The bundler has been tested with bitgo v11.7.0. Using a different version of BitGo JS SDK might affect the bundle integrity. Please test extensively before putting into production!
node 12
npm install
npm publish
"@civic/bitgo": "@<version>"
require('bitgo')
calls in your code withconst BitGoJS = require('@civic/bitgo');
FAQs
Bundled webpack version of the bitgo SDK
We found that @civic/bitgo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.