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.13 to 6.5.14

4

dist/src/cognitoUser.model.d.ts

@@ -18,2 +18,6 @@ /**

/**
* The URI to the user's picture.
*/
picture: string;
/**
* The list of groups containing the user.

@@ -20,0 +24,0 @@ */

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

this.name = x.name;
this.picture = x.picture;
this.groups = x.groups || this.parseGroupsFromClaims(x['cognito:groups']);

@@ -15,0 +16,0 @@ if (x.attributes)

2

package.json
{
"name": "idea-toolbox",
"version": "6.5.13",
"version": "6.5.14",
"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