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.1 to 0.0.2

4

CHANGES.md
# azure-assign change log
## Version 0.0.2
- Update README.md file.
## Version 0.0.1
- Initial commit.

2

package.json
{
"name": "azure-assign",
"version": "0.0.1",
"version": "0.0.2",
"description": "Assign application roles to security groups for Azure Active Directory applications",

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

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

Note that we use the group ID, and not the display name as this can be easily changed in the Azure portal. You can add as many applications as you like. They can each have their group and role assignments. The groups and roles need not be the same for each application.
Note that we use the group ID, and not the display name as this can be easily changed in the Azure portal. You can add as many applications as you like. They can each have their own group and role assignments. The groups and roles need not be the same for each application.

@@ -83,3 +83,3 @@ ## Execution

var assignRoles = require('azure-assign'),
assignments = require('./assighments');
assignments = require('./assignments');

@@ -107,2 +107,6 @@ assignRoles(assignments, function (err, modifications) {

## Limitations
The assignments file is not checked for correctness. If property names are not correct or missing, exceptions are thrown that may not point to the actual error in the assignments file.
## License

@@ -109,0 +113,0 @@

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