ngx-cron-jobs
Advanced tools
Comparing version 14.2.6 to 15.2.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
604707
0
60
2615
0
42
- Removedtslib@^2.0.3
- Removedbootstrap@4.6.2(transitive)
- Removedcore-js@3.39.0(transitive)
- Removedjquery@3.7.1(transitive)
- Removedpopper.js@1.16.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.12.8.1(transitive)
- Removedzone.js@0.10.3(transitive)