
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
beekeeper-util
Advanced tools
The utility for the beekeeper-service and other deployment related services. Beekeeper Util can be controlled through a number of flags and/or environment variables.
npm install --global beekeeper-util
or
yarn global add beekeeper-util
By default all services are enabled on configure/release. If you would like to prevent certain integrations from being automatically set up, you can disable them by creating a .beekeeper.env file in the root of your project. The env file is parsed and will be applied as if they were set in your environment. DO NOT place secrets or other confidential information in this file.
BEEKEEPER_ENABLED=false
BEEKEEPER_GITHUB_RELEASE_ENABLED=false
Beekeeper Util allows you to set up default travis environment variables for your project. It also allows you to remap environment variables set in your environment into differently named environment variables in Travis (e.g. BEEKEEPER_NPM_TOKEN => NPM_TOKEN). Create a .beekeeper-travis.json file in the root of your project to enable this feature. Whenever beekeeper-configure is called, these environment variables will be added to your travis configuration. You can then reference them in your travis.yml without needing to encrypt them first. All environment variables are encrypted by travis.
There are two types of variables, static values (using the value key in your json object), or environment variables (using the env key in your json object). The env option will take the current value in the environment, encrypt and assign that variable to your travis configuration.
{
"env": [
{
"name": "DEBUG",
"value": "meshblu-connector-*,octodash"
},
{
"name": "MESHBLU_CONNECTOR_GPG_KEY_ID",
"env": "BEEKEEPER_MESHBLU_CONNECTOR_GPG_KEY_ID"
}
]
}
bkc)Configure your project.
bkr)Create a release and (optionally) trigger an automatic deployment using semver to create a proper version number and tag. Uses --patch by default.
bkt)Mark a deployment with a "tag"
bks)Get status of the a deployment
Mark a deployment with CI passing or build passsing
Update a deployment with a docker url
Delete a deployment
The MIT License (MIT)
Copyright 2016 Octoblu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
CLI utility for managing the beekeeper-service
The npm package beekeeper-util receives a total of 96 weekly downloads. As such, beekeeper-util popularity was classified as not popular.
We found that beekeeper-util demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.