Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
npm install -g gen-tem
If you don't want to pollute your global package modules, you can certainly use the
npx
package runner to create templates but keep in mind that, that approach will be slower.
gen-tem --available
or
gen-tem -a
gen-tem <template-name> <my-file.extension>
Use characters until only one template matches.
gen-tem <starting-chars-of-template-name> <my-file.extension>
gen-tem <starting-chars-of-template-name> <ending-chars> <my-file.extension>
Suppose python_cp
is a name of a template.
gen-tem python_cp myFile.py
gen-tem py myFile.py
gen-tem py cp myFile.py
gen-tem py n_cp myFile.py
I have only added template/s that I use often. If you want
more templates, feel free to add them to
this
repository and they will be picked up by the gen-tem
command.
FAQs
A single page script generator.
The npm package gen-tem receives a total of 0 weekly downloads. As such, gen-tem popularity was classified as not popular.
We found that gen-tem 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.