Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Wrappers, utilities, etc. for making working with Azure in Node.js even easier.
Wrappers, utilities, etc. for making working with Azure and Azure Storage even easier in Node.js
The goal of this module is to provide wrappers, extensions and other utilities that make it easier to work with the Azure Node.js SDK, the storage SDK, and the cli. It is structured as follows:
/lib
: Contains all wrappers and helpers. All exposed via /lib/index.js
./examples
: Contains specific examples on how to accomplish various common tasks, either using the vanilla SDK or using the wrappers herein./test/integration
: Any additions to /lib
should provide integration tests against the Azure framework.Contributors could easily start out with an example of a common task in /examples
, and if that was sufficiently complex it would motivate wrappers/helpers in /lib
.
The initial release focuses on making it easier to work with leases in Azure Blob Storage. The Lease
class provides a promise-based API for the acquisition, renewal, and release of leases, as well as an easy way to use the resulting lease for updating blob contents. The LeaseManager
class makes it easy to manage a long-term lease on a blob (or a number of blobs), providing an event-based model that triggers on lease acquisition and loss. This makes it easy to do concurrent management tasks like leader election.
Both are described on my blog at .../leader-election-in-node-js-using-azure-blob-storage. An example of using the LeaseManager
for leader election is at ./examples/leader_followers.js
.
FAQs
Wrappers, utilities, etc. for making working with Azure in Node.js even easier.
We found that cerulean demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.