Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
generate-guestlist
Advanced tools
## Introduction This script provides a means to quickly generate a guestlist.
generate-guestlist
This script provides a means to quickly generate a guestlist.
generate-guestlist
From the root of the monorepo, run the following to create a guestlist using the default flags:
npm run generate:guestlist
You can pass flags to this command to overwrite default values.
Options: -g, --guest-count number of guests (default: 50) -o, --output path to csv file (default: "/Users//Desktop/") -n, --name name of csv file (default: "guestlist") -s, --seed seed to generate random data (default: 1234567890) -m, --meals number of unique meal tags (default: 5) -t, --tags number of unique tags (default: 5) -r, --group number of unique group tags (default: ((guestCount * density) / 1000)) -c, --custom-cols comma separated list of custom col names (default: null) -b, --blacklist comma separated list of col names to skip data generation for (default: null) -w, --whitelist comma separated list of col names to fill with data (default: null) -d, --density percent of cells with data (default: 100) -h, --help display help for command
Sample usage:
npm run generate:guestlist -- -g 500 -n test-list-500
will create a guestlist with 500 guests named "test-list-500.csv"
FAQs
## Introduction This script provides a means to quickly generate a guestlist.
The npm package generate-guestlist receives a total of 0 weekly downloads. As such, generate-guestlist popularity was classified as not popular.
We found that generate-guestlist 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.