Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
lerna-publisher
Advanced tools
Utility to publish lerna/yarn/workspace types of packages from ci to npm
Custom publishing cli for lerna/yarn/workspces project.
lerna-publisher will check versions of all subpackages in monorepo and publish them to npmjs if version specified in package.json of subpackage is higher than version in npmjs.
Primary motivation is to allow developer to run lerna publish command locally even if developer does not have permissions to publish to npmjs.CI will pickup tags commited by lerna and publish packages with unpublished versions.
npm install lerna-publisher -g
lerna publish --skip-npm
lerna-publisher "path/to/your/repo"
- this step is usually done in CI that runsAdd NPM_TOKEN environment varialbe in Travis Build Settings
Add following to the end of your .travis.yml
before_deploy:
- npm install lerna-publisher -g
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
deploy:
provider: script
script: lerna-publisher .
on:
os: linux
node: 10
branch: master
tags: true
-v, --version output the version number
-h, --help output usage information
MIT
FAQs
Utility to publish lerna/yarn/workspace types of packages from ci to npm
The npm package lerna-publisher receives a total of 30 weekly downloads. As such, lerna-publisher popularity was classified as not popular.
We found that lerna-publisher 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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.