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.2

8

topojson-specification/index.d.ts

@@ -22,3 +22,3 @@ // Type definitions for non-npm package topojson-specification 1.0

type: "Topology" | GeoJSON.GeoJsonGeometryTypes | null;
bbox?: GeoJSON.BBox;
bbox?: GeoJSON.BBox | undefined;
}

@@ -31,3 +31,3 @@

arcs: Arc[];
transform?: Transform;
transform?: Transform | undefined;
}

@@ -60,4 +60,4 @@

type: GeoJSON.GeoJsonGeometryTypes | null;
id?: number | string;
properties?: P;
id?: number | string | undefined;
properties?: P | undefined;
}

@@ -64,0 +64,0 @@

{
"name": "@types/topojson-specification",
"version": "1.0.1",
"description": "TypeScript definitions for non-npm package topojson-specification",
"version": "1.0.2",
"description": "TypeScript definitions for topojson-specification",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification",
"license": "MIT",

@@ -14,6 +15,7 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/topojson-specification"
},

@@ -24,4 +26,4 @@ "scripts": {},

},
"typesPublisherContentHash": "f41fa5ac65908939b11ef83ed799f7beb7f3e991b8d5de784566a63f5e4c626a",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "d4d9e6b99e43956e58e03766d33b67f41b32a4c3f7131661acc6497fc349b86d",
"typeScriptVersion": "3.6"
}

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

# Summary
This package contains type definitions for non-npm package topojson-specification ( https://github.com/topojson/topojson-specification ).
This package contains type definitions for topojson-specification (https://github.com/topojson/topojson-specification).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification.
Additional Details
* Last updated: Thu, 14 Feb 2019 16:52:12 GMT
* Dependencies: @types/geojson
* Global values: TopoJSON
### Additional Details
* Last updated: Fri, 02 Jul 2021 19:37:14 GMT
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson)
* Global values: `TopoJSON`
# Credits
These definitions were written by denisname <https://github.com/denisname>.
These definitions were written by [denisname](https://github.com/denisname).

Sorry, the diff of this file is not supported yet