@ngx-translate/http-loader
Advanced tools
Comparing version 7.0.0 to 8.0.0
{ | ||
"name": "@ngx-translate/http-loader", | ||
"description": "A loader for ngx-translate that loads translations using http", | ||
"author": "Olivier Combe", | ||
"version": "7.0.0", | ||
"keywords": [ | ||
"angular", | ||
"i18n", | ||
"translate", | ||
"ngx-translate" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/ngx-translate/core", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ngx-translate/core.git" | ||
"version": "8.0.0", | ||
"main": "public-api.ts", | ||
"componentId": { | ||
"scope": "ngx-translate.packages", | ||
"name": "http-loader", | ||
"version": "8.0.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ngx-translate/core/issues" | ||
"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" | ||
}, | ||
"peerDependencies": { | ||
"@ngx-translate/core": ">=14.0.0", | ||
"@angular/common": ">=13.0.0", | ||
"rxjs": "^6.5.3 || ^7.4.0" | ||
"rxjs": "^6.5.5 || ^7.4.0", | ||
"@ngx-translate/core": ">=15.0.0", | ||
"@angular/common": ">=16.0.0", | ||
"@angular/core": ">=16.0.0" | ||
}, | ||
"module": "fesm2015/ngx-translate-http-loader.mjs", | ||
"es2020": "fesm2020/ngx-translate-http-loader.mjs", | ||
"esm2020": "esm2020/ngx-translate-http-loader.mjs", | ||
"fesm2020": "fesm2020/ngx-translate-http-loader.mjs", | ||
"fesm2015": "fesm2015/ngx-translate-http-loader.mjs", | ||
"typings": "ngx-translate-http-loader.d.ts", | ||
"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", | ||
"exports": { | ||
@@ -37,14 +37,8 @@ "./package.json": { | ||
".": { | ||
"types": "./ngx-translate-http-loader.d.ts", | ||
"esm2020": "./esm2020/ngx-translate-http-loader.mjs", | ||
"es2020": "./fesm2020/ngx-translate-http-loader.mjs", | ||
"es2015": "./fesm2015/ngx-translate-http-loader.mjs", | ||
"node": "./fesm2015/ngx-translate-http-loader.mjs", | ||
"default": "./fesm2020/ngx-translate-http-loader.mjs" | ||
"types": "./dist/index.d.ts", | ||
"esm2022": "./dist/esm2022/ngx-translate-http-loader.mjs", | ||
"esm": "./esm2022/ngx-translate-http-loader.mjs", | ||
"default": "./dist/fesm2022/ngx-translate-http-loader.mjs" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"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
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 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 bug tracker
MaintenancePackage does not have a linked bug tracker 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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
53476
15
356
5
1
1
2
1
1
2
- Removedtslib@^2.3.0