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

polyline-encoded

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polyline-encoded - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

5

package.json
{
"name": "polyline-encoded",
"version": "0.0.1",
"version": "0.0.3",
"description": "Encoding and decoding of Google's polyline encoding format",
"main": "Polyline.encoded.js",
"directories": {
"example": "examples"
"example": "examples",
"test": "test"
},

@@ -9,0 +10,0 @@ "scripts": {

9

README.md

@@ -69,2 +69,9 @@ # Support encoded polylines in Leaflet

console.log(polyline.getLatLngs());
```
```
# Node package
You can use `encode()` and `decode()` in your Nodejs scripts:
`npm install polyline-encoded`
And then just `require('polyline-encoded')`
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