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

@types/shpjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/shpjs - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

2

shpjs/index.d.ts

@@ -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 @@

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