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

geokit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geokit - npm Package Compare versions

Comparing version 0.0.2-dev.20180308T004030000Z.d950705 to 0.0.2

43

package.json

@@ -1,1 +0,42 @@

{"name":"geokit","version":"0.0.2-dev.20180308T004030000Z.d950705","description":"An assortment of geolocation related tools, all packaged in one easy to use kit.","main":"dist/index.js","typings":"dist/index.d.ts","scripts":{"build":"tsc","docs":"typedoc --module node --target es5 --out docs/ src/","test":"mocha --reporter spec --require ts-node/register 'tests/**/*.test.ts'","start":"npm run build","release:major":"npm run build && changelog -M && git add . && git commit -m 'chore(release): major version release' && npm version major && git push origin && git push origin --tags","release:minor":"npm run build && changelog -m && git add . && git commit -m 'chore(release): minor version release' && npm version minor && git push origin && git push origin --tags","release:patch":"npm run build && changelog -p && git add . && git commit -m 'chore(release): patch version release' && npm version patch && git push origin && git push origin --tags"},"repository":{"type":"git","url":"git+https://github.com/MichaelSolati/geokit.git"},"keywords":["geo","coordinates","geohash"],"author":"Michael Solati","license":"ISC","bugs":{"url":"https://github.com/MichaelSolati/geokit/issues"},"homepage":"https://github.com/MichaelSolati/geokit#readme","devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","chai":"^4.1.2","firebase-tools":"^3.12.0","generate-changelog":"^1.5.0","mocha":"^5.0.4","ts-node":"^5.0.1","typedoc":"^0.8.0","typescript":"^2.5.3"}}
{
"name": "geokit",
"version": "0.0.2",
"description": "An assortment of geolocation related tools, all packaged in one easy to use kit.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"docs": "typedoc --module node --target es5 --out docs/ src/",
"test": "mocha --reporter spec --require ts-node/register 'tests/**/*.test.ts'",
"start": "npm run build",
"release:major": "npm run build && changelog -M && git add . && git commit -m 'chore(release): major version release' && npm version major && git push origin && git push origin --tags",
"release:minor": "npm run build && changelog -m && git add . && git commit -m 'chore(release): minor version release' && npm version minor && git push origin && git push origin --tags",
"release:patch": "npm run build && changelog -p && git add . && git commit -m 'chore(release): patch version release' && npm version patch && git push origin && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelSolati/geokit.git"
},
"keywords": [
"geo",
"coordinates",
"geohash"
],
"author": "Michael Solati",
"license": "ISC",
"bugs": {
"url": "https://github.com/MichaelSolati/geokit/issues"
},
"homepage": "https://github.com/MichaelSolati/geokit#readme",
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"chai": "^4.1.2",
"firebase-tools": "^3.12.0",
"generate-changelog": "^1.5.0",
"mocha": "^5.0.4",
"ts-node": "^5.0.1",
"typedoc": "^0.8.0",
"typescript": "^2.5.3"
}
}
dist/geokit.d.ts
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