![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Prevent brothers and sisters from falling to the dark side by robbing their npm-workflow virginity
Simple is that! Shout out to @marak :) - had good times in berlin and thanks for say
- anyway. Do you ever had the feeling or felt the downside, that you have to merge a branch of somebody you really like but it annoys you that he wasn't able to pull the last 30 commits in before his PR?
If so. Here is nobro
It check if your buddy is out of sync with master and just interrupts him with a pic of Vader
a corresponding sound track and the saying: do ya think, syncing is for pussies?
. And thats it. So if your project is tight to a npm
workflow you can just sprinkle that in, where you feel comfortable. See usage in the example.
In the script section of package.json
just do the following:
"scripts": {
"build": "nobro && webpack --debug",
"stats": "nobro && webpack --profile --json > stats.json",
"dev": "nobro && NODE_ENV=development NODE_PATH=$NODE_PATH:./src/shared babel-node --harmony .",
"start": "nobro && NODE_ENV=production NODE_PATH=$NODE_PATH:./src/shared babel-node --harmony .",
"start:dev": "nobro && NODE_ENV=development NODE_PATH=$NODE_PATH:./src/shared babel-node --harmony .",
"test": "nobro && NODE_PATH=$NODE_PATH:./src/shared mocha --compilers js:babel-core/register --require babel-polyfill ./test/test_helper.js 'test/**/*_spec.@(js|jsx)'",
"test:watch": "nobro && npm run test -- --watch",
"lint": "nobro && eslint --quiet src",
"postinstall": "nobro && npm run build"
},
If your buddy is behind 20 commits, it would just displays a pic of darth vader, plays imperial march and says something like he can't go on if he wouldn't sync. Thats annoying but can safe hours or even days with merge-conflicting the shit out of your project. :D
FAQs
Prevent brothers and sisters from falling to the dark side by robbing their npm-workflow virginity
We found that nobro 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.