@azure/msal-angular
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0
{ | ||
"name": "@azure/msal-angular", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0", | ||
"author": { | ||
@@ -15,36 +15,61 @@ "name": "Microsoft", | ||
"description": "Microsoft Authentication Library for Angular", | ||
"typings": "index.d.ts", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build:prod": "ng build --configuration production", | ||
"build:all": "npm run build:browser && npm run build", | ||
"build:all:prod": "npm run build:browser && npm run build:prod", | ||
"build:browser": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-browser", | ||
"build:pack": "npm run build && cd dist && npm pack", | ||
"deploy": "npm run build:all:prod && npm publish ./dist", | ||
"deploy:beta": "npm run build:all:prod && npm publish ./dist --tag beta", | ||
"test": "ng test", | ||
"test:coverage": "npm test", | ||
"lint": "cd ../../ && npm run lint:angular", | ||
"lint:fix": "npm run lint -- -- --fix", | ||
"e2e": "ng e2e", | ||
"prepack": "npm run build:all", | ||
"format:check": "npx prettier --ignore-path .gitignore --check src", | ||
"format:fix": "npx prettier --ignore-path .gitignore --write src" | ||
}, | ||
"typings": "./dist/azure-msal-angular.d.ts", | ||
"beachball": { | ||
"disallowedChangeTypes": [ | ||
"patch", | ||
"minor", | ||
"major" | ||
] | ||
"disallowedChangeTypes": [] | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^15.1.5", | ||
"@angular/animations": "^15.1.4", | ||
"@angular/cli": "^15.1.5", | ||
"@angular/common": "^15.1.4", | ||
"@angular/compiler": "^15.1.4", | ||
"@angular/compiler-cli": "^15.1.4", | ||
"@angular/core": "^15.1.4", | ||
"@angular/forms": "^15.1.4", | ||
"@angular/platform-browser": "^15.1.4", | ||
"@angular/platform-browser-dynamic": "^15.1.4", | ||
"@angular/router": "^15.1.4", | ||
"@azure/msal-browser": "^3.0.0", | ||
"@types/jasmine": "~3.6.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "^12.11.1", | ||
"jasmine-core": "~4.0.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "~6.3.2", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage-istanbul-reporter": "~3.0.2", | ||
"karma-jasmine": "~5.0.0", | ||
"karma-jasmine-html-reporter": "^2.0.0", | ||
"ng-packagr": "^15.1.2", | ||
"prettier": "2.8.7", | ||
"rxjs": "^7.8.1", | ||
"ts-node": "~8.3.0", | ||
"tslib": "^2.0.0", | ||
"typescript": "~4.8.4", | ||
"zone.js": "~0.11.8" | ||
}, | ||
"peerDependencies": { | ||
"@azure/msal-browser": "^3.0.0-beta.1", | ||
"@azure/msal-browser": "^3.0.0", | ||
"rxjs": "^7.0.0" | ||
}, | ||
"module": "fesm2015/azure-msal-angular.mjs", | ||
"es2020": "fesm2020/azure-msal-angular.mjs", | ||
"esm2020": "esm2020/azure-msal-angular.mjs", | ||
"fesm2020": "fesm2020/azure-msal-angular.mjs", | ||
"fesm2015": "fesm2015/azure-msal-angular.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/azure-msal-angular.mjs", | ||
"es2020": "./fesm2020/azure-msal-angular.mjs", | ||
"es2015": "./fesm2015/azure-msal-angular.mjs", | ||
"node": "./fesm2015/azure-msal-angular.mjs", | ||
"default": "./fesm2020/azure-msal-angular.mjs" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Microsoft Authentication Library for Angular |
Sorry, the diff of this file is not supported yet
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
54
5064
1
326487
29
1
- Removedtslib@^2.3.0