🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@flatfile/schema

Package Overview
Dependencies
Maintainers
25
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatfile/schema - npm Package Compare versions

Comparing version

to
0.2.14

6

CHANGELOG.md
# @flatfile/schema
## 0.2.14
### Patch Changes
- 8ed4e8c: Bumps API version and adds support for record metadata to @flatfile/hooks.
## 0.2.13

@@ -4,0 +10,0 @@

4

dist/index.d.ts

@@ -1,2 +0,3 @@

import { Action, EnumProperty, Property, SheetConfig } from '@flatfile/blueprint';
import { SheetAccess, Action } from '@flatfile/api';
import { EnumProperty, Property, SheetConfig } from '@flatfile/blueprint';

@@ -115,2 +116,3 @@ interface IJsonSchemaProperty {

fields: Fields;
access?: SheetAccess[];
readonly?: boolean;

@@ -117,0 +119,0 @@ required?: Array<keyof Fields | Array<keyof Fields>>;

{
"name": "@flatfile/schema",
"version": "0.2.13",
"version": "0.2.14",
"description": "",

@@ -25,4 +25,4 @@ "main": "./dist/index.js",

"devDependencies": {
"@flatfile/api": "^0.0.15",
"@flatfile/blueprint": "^0.0.7",
"@flatfile/api": "^0.0.18",
"@flatfile/blueprint": "^0.0.8",
"@flatfile/eslint-config-platform-sdk": "*",

@@ -29,0 +29,0 @@ "@flatfile/ts-config-platform-sdk": "*",

@@ -137,3 +137,4 @@ import _ from 'lodash'

actions: model.actions,
access: model.access,
}
}

@@ -1,2 +0,2 @@

import { Action } from '@flatfile/blueprint'
import { Action, SheetAccess } from '@flatfile/api'
import { FieldVisibilityTypes } from './JsonSchema'

@@ -77,2 +77,3 @@

fields: Fields
access?: SheetAccess[]
readonly?: boolean

@@ -79,0 +80,0 @@ required?: Array<keyof Fields | Array<keyof Fields>>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet