Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@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...
We found that @swimlane/ngx-cron demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.