Socket
Socket
Sign inDemoInstall

@types/geojson

Package Overview
Dependencies
0
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7946.0.8 to 7946.0.9

6

geojson/index.d.ts

@@ -140,8 +140,8 @@ // Type definitions for non-npm package geojson 7946.0

*/
export interface GeometryCollection extends GeoJsonObject {
export interface GeometryCollection<G extends Geometry = Geometry> extends GeoJsonObject {
type: "GeometryCollection";
geometries: Geometry[];
geometries: G[];
}
export type GeoJsonProperties = { [name: string]: any; } | null;
export type GeoJsonProperties = { [name: string]: any } | null;

@@ -148,0 +148,0 @@ /**

{
"name": "@types/geojson",
"version": "7946.0.8",
"version": "7946.0.9",
"description": "TypeScript definitions for geojson",

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

"dependencies": {},
"typesPublisherContentHash": "8c04e1bc7cdfa1d835d59cfc8929ed6f2aad1282de1d5da473b5112d10813370",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "f77d073e9f35ff839752cb14c9cea3b33c1d18422d7b6f3dd82263753c324c1b",
"typeScriptVersion": "4.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 06 Jul 2021 20:33:03 GMT
* Last updated: Wed, 13 Jul 2022 00:02:34 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `GeoJSON`

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