🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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.1

5

geojson-validation/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for geojson-validation 1.0
// Project: https://gitlab.com/mjbecze/GeoJSON-Validation
// Definitions by: Liam A. Clarke <https://github.com/LiamAttClarke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface GeoJSONValidator {

@@ -7,0 +2,0 @@ (geoJSONObject: unknown, trace?: boolean | undefined): string[];

10

geojson-validation/package.json
{
"name": "@types/geojson-validation",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for geojson-validation",

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

"name": "Liam A. Clarke",
"url": "https://github.com/LiamAttClarke",
"githubUsername": "LiamAttClarke"
"githubUsername": "LiamAttClarke",
"url": "https://github.com/LiamAttClarke"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "d46be58c73582b5e79e8b0c1ceabfcaa4466f2fbb9f0d6549c89386133bc85bf",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "4e3697ab7283010dca5c672aea2d716dd338c05e8015a5728ecda50574bc948c",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for geojson-validation 1.0
// Project: https://gitlab.com/mjbecze/GeoJSON-Validation
// Definitions by: Liam A. Clarke <https://github.com/LiamAttClarke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface GeoJSONValidator {

@@ -62,7 +57,6 @@ (geoJSONObject: unknown, trace?: boolean | undefined): string[];

### Additional Details
* Last updated: Tue, 06 Jun 2023 01:03:07 GMT
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Liam A. Clarke](https://github.com/LiamAttClarke).