Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-cron-jobs

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-cron-jobs - npm Package Compare versions

Comparing version 14.2.6 to 15.2.1

.editorconfig

88

package.json
{
"name": "ngx-cron-jobs",
"version": "14.2.6",
"version": "15.2.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=development",
"start:no-sm": "ng serve --source-map=false",
"build:docs": "ng build --configuration production --output-path ./docs --base-href /ngx-cron-jobs/",
"build:prod": "ng build --configuration production",
"test": "ng test --source-map=false",
"lint": "ng lint",
"e2e": "ng e2e",
"build:lib": "ng-packagr -p ng-package.json"
},
"repository": {

@@ -36,31 +47,46 @@ "type": "git",

"private": false,
"peerDependencies": {
"bootstrap": "^4.6.0",
"core-js": "^3.8.0",
"rxjs": "^6.4.0",
"zone.js": "^0.10.3"
},
"dependencies": {
"tslib": "^2.0.3"
},
"module": "fesm2015/ngx-cron-jobs.mjs",
"es2020": "fesm2020/ngx-cron-jobs.mjs",
"esm2020": "esm2020/ngx-cron-jobs.mjs",
"fesm2020": "fesm2020/ngx-cron-jobs.mjs",
"fesm2015": "fesm2015/ngx-cron-jobs.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-cron-jobs.mjs",
"es2020": "./fesm2020/ngx-cron-jobs.mjs",
"es2015": "./fesm2015/ngx-cron-jobs.mjs",
"node": "./fesm2015/ngx-cron-jobs.mjs",
"default": "./fesm2020/ngx-cron-jobs.mjs"
}
},
"sideEffects": false
}
"devDependencies": {
"@angular-devkit/build-angular": "15.2.1",
"@angular-devkit/core": "15.2.1",
"@angular/animations": "^15.2.1",
"@angular/cli": "15.2.1",
"@angular/common": "^15.2.1",
"@angular/compiler": "^15.2.1",
"@angular/compiler-cli": "^15.2.1",
"@angular/core": "^15.2.1",
"@angular/forms": "^15.2.1",
"@angular/language-service": "^15.2.1",
"@angular/platform-browser": "^15.2.1",
"@angular/platform-browser-dynamic": "^15.2.1",
"@angular/platform-server": "^15.2.1",
"@angular/router": "^15.2.1",
"@popperjs/core": "^2.11.7",
"@types/jasmine": "^4.3.1",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.14.6",
"bootstrap": "^5.2.3",
"core-js": "^3.29.0",
"jasmine": "^4.5.0",
"jasmine-core": "^4.5.0",
"jasmine-marbles": "^0.9.2",
"jasmine-spec-reporter": "^7.0.0",
"jquery": "^3.6.3",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^15.2.2",
"popper.js": "^1.16.1",
"postcss": "8.4.21",
"protractor": "^7.0.0",
"rxjs": "^7.8.0",
"rxjs-marbles": "^7.0.1",
"ts-node": "~10.9.1",
"tslint": "^6.1.3",
"typescript": "4.9.5",
"zone.js": "~0.11.4",
"tslib": "^2.5.0"
}
}

@@ -7,5 +7,5 @@ # ngx-cron-jobs

### 🎉 ngx-cron-jobs supports Angular 14 🎉
### 🎉 ngx-cron-jobs supports Angular 15 🎉
To install the latest version (14.2.4) of ngx-cron-jobs
To install the latest version (15.2.1) of ngx-cron-jobs

@@ -25,3 +25,3 @@ ```bash

- [X] Upgrade to Angular version 14
- [ ] UI support for every nth intervals (see https://github.com/yp2/ngx-cron-jobs/issues/54)
- [X] UI support for every nth intervals (see https://github.com/yp2/ngx-cron-jobs/issues/54)
- [ ] Supporting the year field (see https://github.com/yp2/ngx-cron-jobs/issues/32)

@@ -28,0 +28,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc