Socket
Socket
Sign inDemoInstall

geo-map

Package Overview
Dependencies
21
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.1 to 1.14.0

17

CHANGELOG.md

@@ -5,2 +5,19 @@ # Changelog

## [1.14.0](https://github.com/marionebl/geo-map/compare/v1.13.1...v1.14.0) (2020-10-14)
### Features
* Add support for channel in ApiKey auth type ([d281fa1](https://github.com/marionebl/geo-map/commit/d281fa187e2aa0c5975ffc923ee899cd2d58c27f))
### Bug Fixes
* add missing dependencies for node-canvas ([ec1b793](https://github.com/marionebl/geo-map/commit/ec1b793242e4a0a4b8c4117874e891dcab6ef693))
* Correct express type version ([28bf3b4](https://github.com/marionebl/geo-map/commit/28bf3b43fe0f6fd0468edc50c8b99531700034ca))
* update dependency @types/googlemaps to v3.37.6 ([#233](https://github.com/marionebl/geo-map/issues/233)) ([06778f5](https://github.com/marionebl/geo-map/commit/06778f50cb01125384f8d0cd2be0733a84aa7dea))
* update dependency @types/googlemaps to v3.37.7 ([#260](https://github.com/marionebl/geo-map/issues/260)) ([0efe498](https://github.com/marionebl/geo-map/commit/0efe498128b0aa85137220cb6912602346d1f027))
* update dependency @types/heremaps to v3.0.15 ([#246](https://github.com/marionebl/geo-map/issues/246)) ([684c3f9](https://github.com/marionebl/geo-map/commit/684c3f97017db7cae66697866fba8913e2703d1d))
* update dependency tslib to v1.14.1 ([ac7a1dd](https://github.com/marionebl/geo-map/commit/ac7a1ddc445f7021824d55798e949f81e0a7c11a))
### [1.13.1](https://github.com/marionebl/geo-map/compare/v1.13.0...v1.13.1) (2019-09-11)

@@ -7,0 +24,0 @@

6

esm/constants.d.ts

@@ -6,6 +6,6 @@ /**

export declare const GOOGLE_MAP_CHANNEL: string;
export declare const GOOGLE_MAP_API = "AIzaSyClZGdULfHFpEFI5XhwVBRk3olbh88oagQ";
export declare const HERE_APP_CODE = "g_EX8M9mlLEqrGlx_07MrA";
export declare const HERE_APP_ID = "DXLuEwxtBQ52jBUQCpQ9";
export declare const GOOGLE_MAP_API = "";
export declare const HERE_APP_CODE = "";
export declare const HERE_APP_ID = "";
export declare const DEGRESS_PER_METER_LAT = 0.000008998719243599958;
export declare const MINIMAL_LOCATION_BOUND = 500;

@@ -6,5 +6,5 @@ /**

export var GOOGLE_MAP_CHANNEL = undefined;
export var GOOGLE_MAP_API = 'AIzaSyClZGdULfHFpEFI5XhwVBRk3olbh88oagQ';
export var HERE_APP_CODE = 'g_EX8M9mlLEqrGlx_07MrA';
export var HERE_APP_ID = 'DXLuEwxtBQ52jBUQCpQ9';
export var GOOGLE_MAP_API = '';
export var HERE_APP_CODE = '';
export var HERE_APP_ID = '';
// Degrees latitude per meter, used for (rough!) approximation of

@@ -11,0 +11,0 @@ // viewbounds where the visible area is given in meters

@@ -22,2 +22,3 @@ import * as QueryString from 'query-string';

params.key = config.auth.apiKey;
params.channel = config.auth.channel || null;
}

@@ -24,0 +25,0 @@ else if (isAuthType(config.auth, Types.GoogleMapAuthType.ClientId)) {

@@ -18,2 +18,3 @@ /// <reference types="googlemaps" />

apiKey: string;
channel?: string;
}

@@ -20,0 +21,0 @@ export interface GoogleMapClientIdAuth {

@@ -6,6 +6,6 @@ /**

export declare const GOOGLE_MAP_CHANNEL: string;
export declare const GOOGLE_MAP_API = "AIzaSyClZGdULfHFpEFI5XhwVBRk3olbh88oagQ";
export declare const HERE_APP_CODE = "g_EX8M9mlLEqrGlx_07MrA";
export declare const HERE_APP_ID = "DXLuEwxtBQ52jBUQCpQ9";
export declare const GOOGLE_MAP_API = "";
export declare const HERE_APP_CODE = "";
export declare const HERE_APP_ID = "";
export declare const DEGRESS_PER_METER_LAT = 0.000008998719243599958;
export declare const MINIMAL_LOCATION_BOUND = 500;

@@ -8,5 +8,5 @@ "use strict";

exports.GOOGLE_MAP_CHANNEL = undefined;
exports.GOOGLE_MAP_API = 'AIzaSyClZGdULfHFpEFI5XhwVBRk3olbh88oagQ';
exports.HERE_APP_CODE = 'g_EX8M9mlLEqrGlx_07MrA';
exports.HERE_APP_ID = 'DXLuEwxtBQ52jBUQCpQ9';
exports.GOOGLE_MAP_API = '';
exports.HERE_APP_CODE = '';
exports.HERE_APP_ID = '';
// Degrees latitude per meter, used for (rough!) approximation of

@@ -13,0 +13,0 @@ // viewbounds where the visible area is given in meters

@@ -24,2 +24,3 @@ "use strict";

params.key = config.auth.apiKey;
params.channel = config.auth.channel || null;
}

@@ -26,0 +27,0 @@ else if (isAuthType(config.auth, Types.GoogleMapAuthType.ClientId)) {

@@ -18,2 +18,3 @@ /// <reference types="googlemaps" />

apiKey: string;
channel?: string;
}

@@ -20,0 +21,0 @@ export interface GoogleMapClientIdAuth {

{
"name": "geo-map",
"version": "1.13.1",
"version": "1.14.0",
"description": "A facade that abstracts over the Google and HERE map JavaScript SDKs",

@@ -40,3 +40,3 @@ "files": [

"@types/expect-puppeteer": "3.3.1",
"@types/express": "4.16.1",
"@types/express": "4.17.8",
"@types/jest": "24.0.13",

@@ -46,31 +46,31 @@ "@types/jest-environment-puppeteer": "2.2.1",

"@types/node": "10.12.21",
"@types/puppeteer": "1.12.4",
"canvas": "2.6.0",
"execa": "1.0.0",
"@types/puppeteer": "3.0.2",
"canvas": "2.6.1",
"execa": "2.0.4",
"express": "4.17.1",
"husky": "2.3.0",
"jest": "24.8.0",
"jest-canvas-mock": "2.1.1",
"jest-cli": "24.8.0",
"husky": "3.0.5",
"jest": "24.9.0",
"jest-canvas-mock": "2.3.0",
"jest-cli": "24.9.0",
"jest-puppeteer": "3.9.0",
"jsdom": "11.12.0",
"jsdom-simulant": "1.1.2",
"lint-staged": "8.1.7",
"lint-staged": "9.3.0",
"png.js": "0.2.1",
"prettier": "1.17.1",
"puppeteer": "1.17.0",
"rimraf": "2.6.3",
"standard-version": "6.0.1",
"ts-jest": "24.0.2",
"ts-loader": "6.0.2",
"tslint": "5.17.0",
"prettier": "1.18.2",
"puppeteer": "1.20.0",
"rimraf": "3.0.2",
"standard-version": "8.0.1",
"ts-jest": "24.1.0",
"ts-loader": "6.1.2",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.4.5",
"webpack": "4.32.2",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.5.1"
"webpack": "4.41.0",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"@types/googlemaps": "3.36.2",
"@types/heremaps": "3.0.13",
"@types/googlemaps": "3.37.7",
"@types/heremaps": "3.0.15",
"@types/query-string": "6.2.0",

@@ -81,3 +81,3 @@ "@types/uuid": "3.4.4",

"query-string": "^6.1.0",
"tslib": "1.9.3",
"tslib": "1.14.1",
"uuid": "^3.3.2"

@@ -123,4 +123,5 @@ },

"mixin-deep": "^1.3.2",
"set-value": "^2.0.1"
"set-value": "^2.0.1",
"@types/express-serve-static-core": "^4.17.13"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc