Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/geojson

Package Overview
Dependencies
Maintainers
1
Versions
38
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.14 to 7946.0.15

5

geojson/index.d.ts

@@ -63,3 +63,6 @@ // Note: as of the RFC 7946 version of GeoJSON, Coordinate Reference Systems

*/
export type GeoJSON = Geometry | Feature | FeatureCollection;
export type GeoJSON<G extends Geometry | null = Geometry, P = GeoJsonProperties> =
| G
| Feature<G, P>
| FeatureCollection<G, P>;

@@ -66,0 +69,0 @@ /**

7

geojson/package.json
{
"name": "@types/geojson",
"version": "7946.0.14",
"version": "7946.0.15",
"description": "TypeScript definitions for geojson",

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

"dependencies": {},
"typesPublisherContentHash": "e753c16ee536e3e65aed04b36ad138bb5843a33ca9d9aae93a326e81b9513a9c",
"typeScriptVersion": "4.6"
"peerDependencies": {},
"typesPublisherContentHash": "02df8352d5727746ff9d35d4abccf719e7584d4724aa89d4293d996bed5b0469",
"typeScriptVersion": "5.0"
}

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

### Additional Details
* Last updated: Tue, 30 Jan 2024 21:35:45 GMT
* Last updated: Fri, 06 Dec 2024 13:37:42 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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