@trademe/ensure
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0
{ | ||
"name": "@trademe/ensure", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@angular/common": "^7.0.0", | ||
"@angular/core": "^7.0.0" | ||
"description": "Utility decorators for Angular applications", | ||
"scripts": { | ||
"build": "ng build && npm run lint && npm run cover", | ||
"cover": "nyc npm run test --nycrc-path=.nycrc.json", | ||
"test": "mocha --config ./.mocharc.json", | ||
"test:debug": "mocha --config ./.mocharc.json --inspect-brk", | ||
"lint": "ng lint" | ||
}, | ||
"main": "bundles/trademe-ensure.umd.js", | ||
"module": "fesm5/trademe-ensure.js", | ||
"es2015": "fesm2015/trademe-ensure.js", | ||
"esm5": "esm5/trademe-ensure.js", | ||
"esm2015": "esm2015/trademe-ensure.js", | ||
"fesm5": "fesm5/trademe-ensure.js", | ||
"fesm2015": "fesm2015/trademe-ensure.js", | ||
"typings": "trademe-ensure.d.ts", | ||
"metadata": "trademe-ensure.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^1.9.0" | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^14.2.10", | ||
"@angular-eslint/builder": "14.4.0", | ||
"@angular-eslint/eslint-plugin": "14.4.0", | ||
"@angular-eslint/eslint-plugin-template": "14.4.0", | ||
"@angular-eslint/template-parser": "14.4.0", | ||
"@angular/cli": "^14.2.10", | ||
"@angular/common": "^14.2.12", | ||
"@angular/compiler": "^14.2.12", | ||
"@angular/compiler-cli": "^14.2.12", | ||
"@angular/core": "^14.2.12", | ||
"@angular/language-service": "^14.2.12", | ||
"@angular/platform-browser": "^14.2.12", | ||
"@angular/platform-browser-dynamic": "^14.2.12", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@types/chai": "^3.5.2", | ||
"@types/core-js": "^0.9.41", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^12.11.1", | ||
"@typescript-eslint/eslint-plugin": "5.43.0", | ||
"@typescript-eslint/parser": "5.43.0", | ||
"chai": "^4.3.7", | ||
"mocha": "^10.2.0", | ||
"ng-packagr": "^14.2.2", | ||
"nyc": "^15.1.0", | ||
"reflect-metadata": "^0.1.13", | ||
"rxjs": "^6.3.3", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "~10.9.1", | ||
"tslib": "^2.5.0", | ||
"typescript": "4.6.4", | ||
"zone.js": "~0.11.4" | ||
} | ||
} |
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
1
1
190
26734
31
30
618
1
- Removedtslib@^1.9.0
- Removed@angular/common@7.2.16(transitive)
- Removed@angular/core@7.2.16(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
- Removedzone.js@0.8.29(transitive)