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

geonumber

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

geonumber - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

lib/index.d.ts

18

package.json
{
"name": "geonumber",
"version": "0.2.1",
"version": "0.3.0",
"description": "Library for encoding geographic coordinates as single number with any number of bits",

@@ -11,5 +11,9 @@ "repository": {

"type": "module",
"main": "index.mjs",
"main": "lib/index.mjs",
"types": "lib/index.d.ts",
"scripts": {
"test": "tape tests/*"
"test": "tape tests/*",
"build": "rimraf ./lib; tsc --build && renamer --find '/\\.js/i' --replace '.mjs' './lib/**/*'",
"clean": "tsc --build --clean",
"prepare": "npm run build"
},

@@ -35,5 +39,9 @@ "keywords": [

"devDependencies": {
"tape": "^5.6.0"
"renamer": "^4.0.0",
"rimraf": "^3.0.2",
"tape": "^5.6.0",
"tsc": "^2.0.4",
"typescript": "^4.8.4"
},
"gitHead": "90e8fdcc0ff3c00826101bcd1fb53c1c1df404a8"
"gitHead": "45e65ed66878ac523758052148d78771bb90f28d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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