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

@8base/utils

Package Overview
Dependencies
Maintainers
2
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 0.2.15 to 0.2.16

2

package.json
{
"name": "@8base/utils",
"version": "0.2.15",
"version": "0.2.16",
"main": "es/index.js",

@@ -5,0 +5,0 @@ "module": "es/index.js",

@@ -11,7 +11,7 @@ // @flow

type MutationType = 'CREATE' | 'UPDATE';
export type MutationType = 'CREATE' | 'UPDATE';
type FieldType = $Values<typeof FIELD_TYPE>;
export type FieldType = $Values<typeof FIELD_TYPE>;
type Format = $Values<typeof SWITCH_FORMATS>
export type Format = $Values<typeof SWITCH_FORMATS>
| $Values<typeof TEXT_FORMATS>

@@ -22,3 +22,3 @@ | $Values<typeof NUMBER_FORMATS>

type FieldSchema = {
export type FieldSchema = {
id: string,

@@ -50,3 +50,3 @@ name: string,

type TableSchema = {
export type TableSchema = {
id: string,

@@ -59,11 +59,8 @@ name: string,

type Schema = Array<TableSchema>;
export type Schema = Array<TableSchema>;
export type {
MutationType,
FieldType,
Format,
FieldSchema,
TableSchema,
Schema,
export type SchemaResponse = {
items: Schema,
count: number,
};
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