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

proj4-fully-loaded

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

proj4-fully-loaded - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "proj4-fully-loaded",
"version": "0.0.1",
"version": "0.0.2",
"description": "Proj4JS Projector Fully Loaded with Projections",

@@ -5,0 +5,0 @@ "main": "proj4-fully-loaded.js",

@@ -25,3 +25,3 @@ # proj4-fully-loaded

// EPSG:32617 is automatically included in proj4-fully-loaded
const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(point);
const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(pointIn4326);
// pointInUTM is [106823.88325412886, 3886600.558377227]

@@ -42,3 +42,3 @@ ```

const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(point);
const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(pointIn4326);
// pointInUTM is [106823.88325412886, 3886600.558377227]

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