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

@types/geojson-validation

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/geojson-validation - npm Package Compare versions

Comparing version

to
1.0.3

3

geojson-validation/index.d.ts
export interface GeoJSONValidator {
(geoJSONObject: unknown, trace?: boolean | undefined): string[];
(geoJSONObject: unknown, trace?: false | undefined): boolean;
(geoJSONObject: unknown, trace: true): string[];
}

@@ -4,0 +5,0 @@

{
"name": "@types/geojson-validation",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for geojson-validation",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson-validation",

"dependencies": {},
"typesPublisherContentHash": "b0cc17ab80a3021b0785a0ded37770680d4b5e5bf3ba7b79076318a64601aa94",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "7aa4456f4d9c13a6e0350599058a2b6748317dd22242552b851609c26382b99b",
"typeScriptVersion": "4.6"
}

@@ -12,3 +12,4 @@ # Installation

export interface GeoJSONValidator {
(geoJSONObject: unknown, trace?: boolean | undefined): string[];
(geoJSONObject: unknown, trace?: false | undefined): boolean;
(geoJSONObject: unknown, trace: true): string[];
}

@@ -57,3 +58,3 @@

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Fri, 23 Feb 2024 18:07:25 GMT
* Dependencies: none

@@ -60,0 +61,0 @@