Socket
Socket
Sign inDemoInstall

@oneblink/sdk-core

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oneblink/sdk-core - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4-beta.1

9

dist/userService.js

@@ -37,2 +37,5 @@ "use strict";

email: typeof jwtPayload.email === 'string' ? jwtPayload.email : undefined,
emailVerified: typeof jwtPayload.email_verified === 'boolean'
? jwtPayload.email_verified
: undefined,
firstName: typeof jwtPayload.given_name === 'string'

@@ -61,2 +64,8 @@ ? jwtPayload.given_name

},
phoneNumber: typeof jwtPayload['custom:phone_number'] === 'string'
? jwtPayload['custom:phone_number']
: undefined,
phoneNumberVerified: typeof jwtPayload['custom:phone_number_verified'] === 'boolean'
? jwtPayload['custom:phone_number_verified']
: undefined,
};

@@ -63,0 +72,0 @@ if (!((_a = userProfile.supervisor) === null || _a === void 0 ? void 0 : _a.fullName) &&

2

package.json
{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "0.4.3",
"version": "0.4.4-beta.1",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",

@@ -6,0 +6,0 @@ "bugs": {

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