Socket
Socket
Sign inDemoInstall

restor-data-types

Package Overview
Dependencies
355
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

20

dist/src/sites.d.ts

@@ -78,2 +78,5 @@ import { GeometryCollection, MultiPolygon, Polygon } from '@turf/turf';

* description: always 'Boolean'
* description:
* type: string
* description: An informative text about the custom field.
* value:

@@ -84,2 +87,3 @@ * type: boolean

type: 'Boolean';
description: string;
value: boolean;

@@ -96,2 +100,5 @@ }

* description: always 'Categorical'
* description:
* type: string
* description: An informative text about the custom field.
* value:

@@ -104,2 +111,3 @@ * type: array

type: 'Categorical';
description: string;
value: string[];

@@ -116,2 +124,5 @@ }

* description: always 'Date'
* description:
* type: string
* description: An informative text about the custom field.
* value:

@@ -123,2 +134,3 @@ * type: string

type: 'Date';
description: string;
value?: Date;

@@ -135,2 +147,5 @@ }

* description: always 'Numerical'
* description:
* type: string
* description: An informative text about the custom field.
* value:

@@ -141,2 +156,3 @@ * type: number

type: 'Numerical';
description: string;
value?: number;

@@ -153,2 +169,5 @@ }

* description: always 'Plain Text'
* description:
* type: string
* description: An informative text about the custom field.
* value:

@@ -159,2 +178,3 @@ * type: string

type: 'Plain Text';
description: string;
value?: string;

@@ -161,0 +181,0 @@ }

2

package.json
{
"name": "restor-data-types",
"version": "1.0.5",
"version": "1.0.6",
"description": "Shared data types for the Restor platform.",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -71,2 +71,3 @@ import { GeometryCollection, MultiPolygon, Polygon } from '@turf/turf';

title: string;
description: string;
type: 'Boolean' | 'Categorical' | 'Date' | 'Numerical' | 'Plain Text';

@@ -73,0 +74,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc