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.
@wolf_and_associates/article
Advanced tools
Render Articles for end-users. This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
Render Articles for end-users. This library was generated with Angular CLI version 11.2.14.
Run ng generate component component-name --project Article
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project Article
.
Note: Don't forget to add
--project Article
or else it will be added to the default project in yourangular.json
file.
Install the library from NPM
npm i --save @wolf_and_associates/article
Next, in your app.module.ts
file, import the library at the top of the file:
import { ArticleModule } from '@wolf_and_associates/article';
Then in your template you can use the wolfltc-article
directive
<wolfltc-article [article]="article"></wolfltc-article>
This directive requires you provide a valid Article
object. To do that, import the Article
class in your template:
import { Article } from '@wolf_and_associates/article';
Then you create a new object:
this.article = new Article(article);
Instead of installing from NPM you will need to include a locally installed folder path on your machine. Assuming this repo is in the same directory as the projects you are currently running you would edit your package.json
file to include this library:
"@wolf_and_associates/article": "file:../wolfltc-ngx/dist/article",
Once added to your target repositories package.json
you should spin up the library
ng build --project Article --watch
Now that the library is being served, you can use npm i
on your target project followed by an ng serve
or whatever command is now serving that repo.
FAQs
Render Articles for end-users. This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
The npm package @wolf_and_associates/article receives a total of 0 weekly downloads. As such, @wolf_and_associates/article popularity was classified as not popular.
We found that @wolf_and_associates/article 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.
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.