Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
plannr-ui
Advanced tools
## Installing 1. Clone this repo to your machine (if using github cli you can ```gh repo clone codepotatoltd/plannr-ui```) 2. ```npm install```
gh repo clone codepotatoltd/plannr-ui
)npm install
npm run storybook
This will boot up storybook and automatically open storybook in your browser to preview your components. It auto-reloads whenever components are changed so no need to manually refresh.
git add -A
git commit -m "added eggplant Icon
🍆🍆🍆./deploy_patch.sh
and hit enter. This will automate the patch release process for you.But WTF is going on when you run that? I'll explain:
As we're running an NPM package here everything hangs on the version number that's stored in the package.json file. If we change plannr-ui code, the only way the team will see those changes is if we release a new version with a new version number.
So our funky ./deploy_patch.sh script does:
git pull
to merge any upstream changes with your own codenpm version patch
to auto increment the patch version number in package.jsongit add -A
with a git commit -m "incremented patch version"
toogit push
to make sure that when we publish the package it's using the right version held on the reponpm publish
to then physically publish the package to npm.Magic. 🪄
npm install plannr-ui
import PlannrUI from 'plannr-ui'
in your entry VueJS fileVue.use(PlannrUI)
FAQs
## Installing 1. Clone this repo to your machine (if using github cli you can ```gh repo clone codepotatoltd/plannr-ui```) 2. ```npm install```
We found that plannr-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.