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

@azure/msal-node-extensions

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/msal-node-extensions - npm Package Compare versions

Comparing version 1.0.0-alpha.12 to 1.0.0-alpha.13

35

CHANGELOG.json

@@ -5,2 +5,37 @@ {

{
"date": "Tue, 07 Dec 2021 00:17:01 GMT",
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.13",
"version": "1.0.0-alpha.13",
"comments": {
"none": [
{
"author": "thomas.norling@microsoft.com",
"package": "@azure/msal-node-extensions",
"commit": "02dbd9172368bfc69e4a47f01a3ada0b96345c81",
"comment": "Package.json updates"
},
{
"author": "kamausamuel11@gmail.com",
"package": "@azure/msal-node-extensions",
"commit": "8259de7520d2940d290332cd03c5b8babeb0966e",
"comment": "deps: run an audit fix for msal-node-extensions"
}
],
"prerelease": [
{
"author": "thomas.norling@microsoft.com",
"package": "@azure/msal-node-extensions",
"commit": "e020f3511ddc25be0c04a60362698da0112b8c0c",
"comment": "Use https to install bindings dependency #4234"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v5.2.0",
"commit": "d7c209f7aa3ae4380a77a31ff1319fbf7201ae45"
}
]
}
},
{
"date": "Mon, 01 Nov 2021 23:53:22 GMT",

@@ -7,0 +42,0 @@ "tag": "@azure/msal-node-extensions_v1.0.0-alpha.12",

11

CHANGELOG.md
# Change Log - @azure/msal-node-extensions
This log was last generated on Mon, 01 Nov 2021 23:53:22 GMT and should not be manually modified.
This log was last generated on Tue, 07 Dec 2021 00:17:01 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0-alpha.13
Tue, 07 Dec 2021 00:17:01 GMT
### Changes
- Use https to install bindings dependency #4234 (thomas.norling@microsoft.com)
- Bump @azure/msal-common to v5.2.0
## 1.0.0-alpha.12

@@ -8,0 +17,0 @@

17

package.json
{
"name": "@azure/msal-node-extensions",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"license": "MIT",

@@ -26,8 +30,9 @@ "main": "dist/index.js",

"build": "tsdx build",
"build:common": "cd ../../lib/msal-common && npm i && npm run build && npm link",
"link:common": "npm link @azure/msal-common",
"build:common": "cd ../../lib/msal-common && npm run build",
"build:all": "npm run build:common && npm run build",
"test": "tsdx test",
"lint": "cd ../../ && npm run lint:node:extensions",
"lint:fix": "npm run lint -- -- --fix",
"prepack": "npm run build"
"link:localDeps": "npx lerna bootstrap --scope @azure/msal-common --scope @azure/msal-node-extensions",
"prepack": "npm run build:all"
},

@@ -48,4 +53,4 @@ "author": {

"dependencies": {
"@azure/msal-common": "^5.1.0",
"bindings": "git://github.com/samuelkubai/node-bindings.git#v1.6.0",
"@azure/msal-common": "^5.2.0",
"bindings": "git+https://github.com/samuelkubai/node-bindings.git#v1.6.0",
"keytar": "^7.6.0",

@@ -52,0 +57,0 @@ "nan": "^2.13.2"

@@ -0,0 +0,0 @@ # Microsoft Authentication Extensions for Node

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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