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

idea-toolbox

Package Overview
Dependencies
Maintainers
2
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-toolbox - npm Package Compare versions

Comparing version 6.5.9 to 6.5.10

8

dist/src/cognitoUser.model.js

@@ -13,3 +13,9 @@ "use strict";

this.name = x.name;
this.groups = x.groups || x['cognito:groups']?.split(',') || [];
this.groups =
x.groups ||
(x['cognito:groups']
? Array.isArray(x['cognito:groups'])
? x['cognito:groups']
: x['cognito:groups'].split(',')
: []);
if (x.attributes)

@@ -16,0 +22,0 @@ this.attributes = x.attributes;

2

package.json
{
"name": "idea-toolbox",
"version": "6.5.9",
"version": "6.5.10",
"description": "IDEA's utility functions",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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