Security News
RubyGems.org Adds New Maintainer Role
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.
@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 330 weekly downloads. As such, @swimlane/ngx-cron popularity was classified as not popular.
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
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.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.