Socket
Socket
Sign inDemoInstall

terraformer-wkt-parser

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terraformer-wkt-parser - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "terraformer-wkt-parser",
"version": "0.1.6",
"version": "0.1.7",
"description": "Well-Known Text parser",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,10 +9,12 @@ # Terraformer Well-Known Text Parser

$ npm install terraformer-wkt
$ npm install terraformer-wkt-parser
## Usage
var wkt = require('terraformer-wkt');
var wkt = require('terraformer-wkt-parser');
// parse a WKT file, convert it into a primitive
var primitive = wkt.parse('LINESTRING (30 10, 10 30, 40 40)');
// take a primitive and convert it into a WKT representation
var polygon = wkt.convert(

@@ -19,0 +21,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