Socket
Socket
Sign inDemoInstall

@types/geojson

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/geojson - npm Package Compare versions

Comparing version 7946.0.7 to 7946.0.8

4

geojson/index.d.ts

@@ -67,3 +67,3 @@ // Type definitions for non-npm package geojson 7946.0

*/
bbox?: BBox;
bbox?: BBox | undefined;
}

@@ -162,3 +162,3 @@

*/
id?: string | number;
id?: string | number | undefined;
/**

@@ -165,0 +165,0 @@ * Properties associated with this feature.

{
"name": "@types/geojson",
"version": "7946.0.7",
"version": "7946.0.8",
"description": "TypeScript definitions for geojson",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson",
"license": "MIT",

@@ -34,3 +35,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -43,4 +44,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "895e4cacd8097634ae7626882a98e99fe9680f725f1bf08089b735c9fc97e830",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "8c04e1bc7cdfa1d835d59cfc8929ed6f2aad1282de1d5da473b5112d10813370",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for geojson ( https://geojson.org/ ).
This package contains type definitions for geojson (https://geojson.org/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson.
Additional Details
* Last updated: Tue, 19 Mar 2019 22:35:26 GMT
### Additional Details
* Last updated: Tue, 06 Jul 2021 20:33:03 GMT
* Dependencies: none
* Global values: GeoJSON
* Global values: `GeoJSON`
# Credits
These definitions were written by Jacob Bruun <https://github.com/cobster>, Arne Schubert <https://github.com/atd-schubert>, Jeff Jacobson <https://github.com/JeffJacobson>, Ilia Choly <https://github.com/icholy>, Dan Vanderkam <https://github.com/danvk>.
These definitions were written by [Jacob Bruun](https://github.com/cobster), [Arne Schubert](https://github.com/atd-schubert), [Jeff Jacobson](https://github.com/JeffJacobson), [Ilia Choly](https://github.com/icholy), and [Dan Vanderkam](https://github.com/danvk).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc