Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azure/msal-angular

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/msal-angular - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0

.beachballrc

85

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc