@ngx-translate/http-loader
Advanced tools
Comparing version 8.0.0 to 16.0.0
{ | ||
"name": "@ngx-translate/http-loader", | ||
"version": "8.0.0", | ||
"main": "public-api.ts", | ||
"componentId": { | ||
"scope": "ngx-translate.packages", | ||
"name": "http-loader", | ||
"version": "8.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^16.11.7", | ||
"jest": "^29.5.0", | ||
"jest-preset-angular": "~13.1.0", | ||
"@teambit/angular-v16": "1.0.2" | ||
}, | ||
"version": "16.0.0", | ||
"description": "http loader for dynamically loading translation files for @ngx-translate/core", | ||
"keywords": [ | ||
"@ngx-translate", | ||
"ngx-translate", | ||
"angular", | ||
"i18n", | ||
"translation" | ||
], | ||
"author": "Andreas Löw / CodeAndWeb GmbH, Olivier Combe", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"rxjs": "^6.5.5 || ^7.4.0", | ||
"@ngx-translate/core": ">=15.0.0", | ||
"@angular/common": ">=16.0.0", | ||
"@angular/core": ">=16.0.0" | ||
"@angular/common": ">=16", | ||
"@angular/core": ">=16" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"private": false, | ||
"engines": { | ||
"node": "^16.13.0 || >=18.10.0" | ||
}, | ||
"sideEffects": false, | ||
"module": "dist/fesm2022/ngx-translate-http-loader.mjs", | ||
"typings": "dist/index.d.ts", | ||
"module": "fesm2022/ngx-translate-http-loader.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -37,8 +26,11 @@ "./package.json": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"esm2022": "./dist/esm2022/ngx-translate-http-loader.mjs", | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ngx-translate-http-loader.mjs", | ||
"esm": "./esm2022/ngx-translate-http-loader.mjs", | ||
"default": "./dist/fesm2022/ngx-translate-http-loader.mjs" | ||
"default": "./fesm2022/ngx-translate-http-loader.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
3
0
0
0
1
0
14
7832
11
61
+ Addedtslib@^2.3.0
+ Added@angular/common@18.2.12(transitive)
+ Added@angular/core@18.2.12(transitive)
+ Addedzone.js@0.14.10(transitive)
- Removed@angular/common@19.0.0(transitive)
- Removed@angular/core@19.0.0(transitive)
- Removed@ngx-translate/core@16.0.3(transitive)
- Removedzone.js@0.15.0(transitive)