Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
patternplate-client
Advanced tools
About | Usage | Documentation | Contributing
Activity
Standards
Reach out
patternplate-client is the client application for patternplate.
patternplate-client is available on npm.
npm install --save patternplate-client
patternplate-client exposes a CLI. Documentation will follow in short notice.
patternplate-client exposes its API as commonjs module. Functionalities are grouped in namespaces. See API Documentation for details.
import patternplateClient from 'patternplate-client';
const client = await patternplateClient();
You dig patternplate-client and want to submit a pull request? Awesome! Be sure to read the contribution guide and you should be good to go. Here are some notes to get you coding real quick.
Fetch, install and start the default watch task
git clone https://github.com/sinnerschrader/patternplate-client.git
cd patternplate-client
npm install
npm start
This will watch all files in source
and start the appropriate tasks when changes are detected.
See development for more details.
patternplate-client is built by SinnerSchrader and contributors with :heart: and released under the MIT License.
FAQs
Universal javascript client application for patternplate
The npm package patternplate-client receives a total of 18 weekly downloads. As such, patternplate-client popularity was classified as not popular.
We found that patternplate-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.