
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@bamboo-metrix/bamboo-app-permission-lib
Advanced tools
Common permission library for all Bamboo applications
Made with create-react-library
Ensure your environment has the environment variable NPM_TOKEN
available or npm scripts will fail with the following error:
error An unexpected error occurred: "Failed to replace env in config: ${NPM_TOKEN}".
export NPM_TOKEN=
in *nix terminals. Any value is okay.$ yarn install
$ yarn build
Reference: https://semver.org/#backusnaur-form-grammar-for-valid-semver-versions
In shorts:
Note: For multiple people working on different features, you have to use different versions. (e.g: X and Y are working on different features, they should create separate alpha releases - 1.1.1-alpha.1 and 2.0.0-alpha.1; if they needs to re-release again just bump the specific number after alpha)
If you want to deploy a test version:
version
property of package.json
file using the second method (bump the version and add alpha suffix): major.minor.patch-alpha.numberIf the feature is approved and ready to merge into the master branch. You should do the following
version
property of package.json
file using the first method (without alpha suffix): major.minor.patchMake sure the application project has the .npmrc
file:
# .npmrc
@webprovise1:registry=https://registry.npmjs.org
//registry.npmjs.org/:_authToken=<TOKEN - get from team lead>
$ yarn add @webprovise1/bb-permission
$ yarn build # build files
$ yarn link # mark the project to be ready for local usage
# You should see something like these
yarn link v1.22.10
success Registered "@webprovise1/bb-permission".
info You can now run `yarn link "@webprovise1/bb-permission"` in the projects where you want to use this package and it will be used instead.
Done in 0.06s.
# Start using local library
$ yarn link "@webprovise1/bb-permission"
# You should see something like these
yarn link v1.22.10
success Using linked package for "@webprovise1/bb-permission".
Done in 0.07s.
# To use the NPM version again
$ yarn unlink "@webprovise1/bb-permission"
# remove and add again if you don't see the original version
$ yarn remove @webprovise1/bb-permission
$ yarn add @webprovise1/bb-permission
import { PermissionRoute, TracePermission } from '@webprovise1/bb-permission';
FAQs
Common permission library for all Bamboo applications
We found that @bamboo-metrix/bamboo-app-permission-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.