Socket
Book a DemoInstallSign in
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

to
0.0.2-dev.20180308T004030000Z.d950705

.firebaserc

@@ -0,1 +1,25 @@

#### 0.0.2 (2018-03-08)
##### Build System / Dependencies
* **test:** run tests on travis ([ac89f635](https://github.com/MichaelSolati/geokit/commit/ac89f63599ad64d06be8cb280b656124b5bc6bd5))
* **dev:** deploy dev branch with dev tag to npm ([c65e1617](https://github.com/MichaelSolati/geokit/commit/c65e161723c3d337029ecfb8e592a4250910a377))
* **docs:** add doc generation to build process ([39dfebd4](https://github.com/MichaelSolati/geokit/commit/39dfebd4e190c4f61a047f1c50c8ac0d33696899))
##### Chores
* **release:** patch version release ([6ed348cd](https://github.com/MichaelSolati/geokit/commit/6ed348cd7a9ebeb4cdc2ddf55670659eeaf65d00))
##### New Features
* **geokit:** add validation to user inputted coordinates and tests ([250cda07](https://github.com/MichaelSolati/geokit/commit/250cda07be156cb3d3be201cdbbe050eff82e551))
* implement distance function for two coordinates ([1e53f891](https://github.com/MichaelSolati/geokit/commit/1e53f891529f5370de42b7033f4a2a9ed6c76067))
* implement geohash function ([88540d25](https://github.com/MichaelSolati/geokit/commit/88540d254aea4db4a0c1f9e7c6598d63768af8e9))
##### Bug Fixes
* **travis:**
* skip_cleanup during deployment of dev branch ([43a3cc40](https://github.com/MichaelSolati/geokit/commit/43a3cc4010171ae09b4a436dd743d1bc87eea54a))
* remove only on master for travis ([22bffc56](https://github.com/MichaelSolati/geokit/commit/22bffc5645b7814bd1a4cf68029b24ec7379e837))
#### 0.0.1 (2017-10-01)

@@ -2,0 +26,0 @@

34

package.json

@@ -1,33 +0,1 @@

{
"name": "geokit",
"version": "0.0.1",
"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",
"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": {
"generate-changelog": "^1.5.0",
"typescript": "^2.5.3"
}
}
{"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"}}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.