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

idea-toolbox

Package Overview
Dependencies
Maintainers
2
Versions
381
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.12 to 6.5.13

4

dist/src/cognitoUser.model.js

@@ -10,6 +10,6 @@ "use strict";

constructor(x = {}) {
this.userId = x.userId ?? x.sub;
this.userId = x.userId || x.sub;
this.email = x.email;
this.name = x.name;
this.groups = x.groups ?? this.parseGroupsFromClaims(x['cognito:groups']);
this.groups = x.groups || this.parseGroupsFromClaims(x['cognito:groups']);
if (x.attributes)

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

{
"name": "idea-toolbox",
"version": "6.5.12",
"version": "6.5.13",
"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