
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@swimlane/ngx-cron
Advanced tools
🕒 User-friendly cron input...
Install @swimlane/ngx-cron
and peers from npm
:
npm install @swimlane/ngx-cron @swimlane/ngx-ui --save
Add needed the NgxCronModule
package to imports:
import { NgxCronModule } from '@swimlane/ngx-cron';
@NgModule({
...
imports: [NgxCronModule]
...
})
Add the ngx-cron
component to your page:
<ngx-cron-input [(cron)]="cron" [allowedPeriods]="allowedPeriods" [disabled]="disabled" [allowQuartz]="allowQuartz">
</ngx-cron-input>
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
git checkout master
)git pull
)npm ci
)npm test
)X.Y.Z
)git checkout -b release/X.Y.Z
projects/swimlane/ngx-cron/package.json
projects/swimlane/ngx-cron/CHANGELOG.md
git commit -am "(release): X.Y.Z"
git tag X.Y.Z
git push origin HEAD --tags
npm run publish:lib
ngx-cron
is a Swimlane open-source project; we believe in giving back to the open-source community by sharing some of the projects we build for our application. Swimlane is an automated cyber security operations and incident response platform that enables cyber security teams to leverage threat intelligence, speed up incident response and automate security operations.
FAQs
🕒 User-friendly cron input...
The npm package @swimlane/ngx-cron receives a total of 351 weekly downloads. As such, @swimlane/ngx-cron popularity was classified as not popular.
We found that @swimlane/ngx-cron demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 38 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.