New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alks-node

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alks-node - npm Package Compare versions

Comparing version 0.10.2 to 0.11.0

.idea/codeStyles/codeStyleConfig.xml

5

lib/alks-api.js

@@ -282,3 +282,3 @@ /*jslint node: true */

exports.createIamRole = function(account, auth, roleName, roleType, includeDefaultPolicies, opts, callback){
exports.createIamRole = function(account, auth, roleName, roleType, includeDefaultPolicies, enableAlksAccess, opts, callback){
var payload = _.extend({

@@ -289,3 +289,4 @@ account: account.alksAccount,

roleType: roleType,
includeDefaultPolicy: includeDefaultPolicies ? '1' : '0'
includeDefaultPolicy: includeDefaultPolicies ? '1' : '0',
enableAlksAccess: enableAlksAccess
}, account),

@@ -292,0 +293,0 @@ options = _.extend({

2

package.json
{
"name": "alks-node",
"version": "0.10.2",
"version": "0.11.0",
"description": "Node client for ALKS",

@@ -5,0 +5,0 @@ "main": "lib/alks-api.js",

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