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

azure-assign

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-assign - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

azure-assign.js

@@ -1,2 +0,2 @@

#!/bin/env node
#!/usr/bin/env node

@@ -3,0 +3,0 @@ var path = require('path'),

# azure-assign change log
## Version 0.0.5
- Changed the azure-graphapi dependency from 0.0.5 to 0.0.7.
- Changed the async dependency from 0.9.0 to 1.3.0.
- Changed /bin/env to /usr/bin/env in azure-assign.js.
## Version 0.0.4

@@ -4,0 +10,0 @@

{
"name": "azure-assign",
"version": "0.0.4",
"version": "0.0.5",
"description": "Assign application roles to security groups for Azure Active Directory applications",

@@ -26,5 +26,5 @@ "main": "azure-assign.js",

"dependencies": {
"async": "^0.9.0",
"azure-graphapi": "0.0.5"
"async": "^1.3.0",
"azure-graphapi": "0.0.7"
}
}

@@ -5,3 +5,3 @@ # azure-assign

Latest Version: **0.0.3**
v0.0.5

@@ -63,3 +63,3 @@ ## Scenario

The credentials are the client ID and the secret application key for an Azure AD application that has been configured for directory reading and writing. (In this example, they are complely made-up values.) Note that is is quite likely that the application specified in the credentials and the application being configured are the same, as they are in this example.
The credentials are the client ID and the secret application key for an Azure AD application that has been configured for directory reading and writing. (In this example, they are complely made-up values.) Note that it is quite likely that the application specified in the credentials and the application being configured are the same, as they are in this example.

@@ -66,0 +66,0 @@ The last block is an array of one or more applications. Each is identified by its client ID and contains an array of assignments that describe which groups are assigned to what roles *for that application*. The roles are specified using the `value` property in the `appRoles` section of the application's manifest.json file.

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