@types/shpjs
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -23,3 +23,3 @@ // Type definitions for shpjs 3.4 | ||
combine(arr: [ReadonlyArray<GeoJSON.Geometry>, ReadonlyArray<GeoJSON.GeoJsonProperties>]): GeoJSON.FeatureCollection; | ||
parseShp(shp: ShpJSBuffer, prj: string | Buffer): GeoJSON.Geometry[]; | ||
parseShp(shp: ShpJSBuffer, prj?: string | Buffer): GeoJSON.Geometry[]; | ||
parseDbf(dbf: ShpJSBuffer, cpg: ShpJSBuffer): GeoJSON.GeoJsonProperties[]; | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "@types/shpjs", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "TypeScript definitions for shpjs", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shpjs", | ||
}, | ||
"typesPublisherContentHash": "1e632d165db4fb1cb04046253bcdf0f4353b6a7550939d6a3403ab4ae4749976", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "46abe482c73fd2ef432bae30b6e905163c09a6c89edacdf3958bd84af6b08c97", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -33,3 +33,3 @@ # Installation | ||
combine(arr: [ReadonlyArray<GeoJSON.Geometry>, ReadonlyArray<GeoJSON.GeoJsonProperties>]): GeoJSON.FeatureCollection; | ||
parseShp(shp: ShpJSBuffer, prj: string | Buffer): GeoJSON.Geometry[]; | ||
parseShp(shp: ShpJSBuffer, prj?: string | Buffer): GeoJSON.Geometry[]; | ||
parseDbf(dbf: ShpJSBuffer, cpg: ShpJSBuffer): GeoJSON.GeoJsonProperties[]; | ||
@@ -45,4 +45,4 @@ } | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:45 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/geojson](https://npmjs.com/package/@types/geojson) | ||
* Last updated: Mon, 14 Nov 2022 17:03:07 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
@@ -49,0 +49,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5538