You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/topojson-specification

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/topojson-specification - npm Package Compare versions

Comparing version

to
1.0.3

13

topojson-specification/index.d.ts

@@ -63,7 +63,10 @@ // Type definitions for non-npm package topojson-specification 1.0

export type GeometryObject<P extends Properties = {}> =
Point<P> | MultiPoint<P> |
LineString<P> | MultiLineString<P> |
Polygon<P> | MultiPolygon<P> |
GeometryCollection<P> |
NullObject;
| Point<P>
| MultiPoint<P>
| LineString<P>
| MultiLineString<P>
| Polygon<P>
| MultiPolygon<P>
| GeometryCollection<P>
| NullObject;

@@ -70,0 +73,0 @@ // 2.2.1. Point

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

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification",

},
"typesPublisherContentHash": "d4d9e6b99e43956e58e03766d33b67f41b32a4c3f7131661acc6497fc349b86d",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "1dba633815b56a9109a386f5b35e2517a62520960e5d90f30302275a50d40086",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Fri, 02 Jul 2021 19:37:14 GMT
* Last updated: Tue, 12 Sep 2023 12:34:47 GMT
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson)

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