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

geolib

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geolib - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### [3.3.2](https://github.com/manuelbieh/geolib/compare/v3.3.1...v3.3.2) (2021-10-11)
### 🔧 Fixes
* make native ESM importing from Node.js work ([7a850b7](https://github.com/manuelbieh/geolib/commit/7a850b784df3c342a10289e2c8da564d1297fbf1))
### [3.3.1](https://github.com/manuelbieh/geolib/compare/v3.3.0...v3.3.1) (2020-05-24)

@@ -2,0 +9,0 @@

11

package.json
{
"name": "geolib",
"version": "3.3.1",
"version": "3.3.2",
"description": "",

@@ -8,2 +8,11 @@ "main": "lib/index.js",

"typings": "es/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./es/*": "./es/*.js",
"./lib/*": "./lib/*.js",
"./package.json": "./package.json"
},
"files": [

@@ -10,0 +19,0 @@ "lib",

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