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

@8base/utils

Package Overview
Dependencies
Maintainers
5
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/utils - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

2

dist/types.d.ts

@@ -114,2 +114,4 @@ import { FIELD_TYPE, SWITCH_FORMATS, TEXT_FORMATS, NUMBER_FORMATS, FILE_FORMATS, DATE_FORMATS, MUTATION_TYPE, SMART_FORMATS, APP_STATUS, FIELD_KINDS, TABLE_ORIGIN_TYPES } from './constants';

checkIsAuthorized: () => boolean;
checkIsEmailVerified?: () => boolean | void;
getTokenInfo: () => any;
[additionalProperty: string]: any;

@@ -116,0 +118,0 @@ }

2

package.json
{
"name": "@8base/utils",
"version": "1.3.2",
"version": "1.4.0",
"repository": "https://github.com/8base/sdk",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/8base/sdk/tree/master/packages/utils#readme",

@@ -143,2 +143,4 @@ import {

checkIsAuthorized: () => boolean;
checkIsEmailVerified?: () => boolean | void;
getTokenInfo: () => any;
[additionalProperty: string]: any;

@@ -145,0 +147,0 @@ }

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