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 often miss.
Quickly copy dot files (and more!) from another project into an existing project with a single command.
Quickly copy dot files (and more!) from one project into another project with a single command. Great for scaffolding or initializing a new project! 🚀
Note: by default copy-dots will ignore any filename with that contains
"git"
in it to avoid clobbering your local directory by accident. Fear not! You can enable support for this using our options (below 👇)!
Make sure to have latest NodeJS LTS installed.
copy-dots has one required paramater, which is a path. Additional options available to include other file types / patterns.
copy-dots at least needs to know what path to copy your files from.
$ npx copy-dots ../../my-project
copy-dots also support the following options to copy additional files.
-r
Readme-l
License (TODO)-g
git files like .gitignore and .gitattributes (no .git/ though!) (TODO)-c
config files like greenwood.config.js (TODO)-w
Includes all the flags (TODO)For example, the below would copy dot files and the README
$ npx copy-dots /path/to/directory -r
FAQs
Quickly copy dot files (and more!) from another project into an existing project with a single command.
We found that copy-dots 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 often 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.