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.
@entria/deploy
Advanced tools
https://github.com/sibelius/monorepo-101/compare/1662e1d...0edb974
yarn add @entria/deploy --dev
Add CIRCLECI_COMPARE_URL environment to your .circleci/config.yml
environment:
CIRCLECI_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>...<<pipeline.git.revision>>
TESTFILES=$(yarn entria-deploy changes $CIRCLECI_COMPARE_URL)
yarn jest --maxWorkers=3 --coverage --forceExit --ci
SHOULD_BUILD=$(yarn entria-deploy hasChanged $CIRCLECI_COMPARE_URL packages/api)
if [ "$SHOULD_BUILD" == false ]; then
circleci-agent step halt
fi
import { shouldDeployPackage, changedPaths } from '@entria/deploy';
// it should be another compare url, from Travir of instance
const shouldDeploy = shouldDeployPackage(process.cwd())(process.env.CIRCLE_COMPARE_URL);
if (shouldDeploy('packages/server') {
console.log('deploy server');
}
const allchanges = await changedPaths(process.env.CIRCLE_COMPARE_URL);
console.log('all changes');
FAQs
Entria deploy helpers
The npm package @entria/deploy receives a total of 112 weekly downloads. As such, @entria/deploy popularity was classified as not popular.
We found that @entria/deploy 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
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.