You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nextalys-js-helpers

Package Overview
Dependencies
Maintainers
1
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextalys-js-helpers - npm Package Compare versions

Comparing version

to
0.2.109

2

dist/helpers/geo-helpers.d.ts

@@ -6,2 +6,4 @@ export declare class NxsLocation {

static isLocationDefined(location: NxsLocation): boolean;
isDefined(): boolean;
toLngLat(): [number, number];
}

@@ -8,0 +10,0 @@ export declare class NxsBounds {

@@ -23,2 +23,8 @@ "use strict";

};
NxsLocation.prototype.isDefined = function () {
return NxsLocation.isLocationDefined(this);
};
NxsLocation.prototype.toLngLat = function () {
return [this.lng, this.lat];
};
return NxsLocation;

@@ -25,0 +31,0 @@ }());

2

package.json
{
"name": "nextalys-js-helpers",
"version": "0.2.108",
"version": "0.2.109",
"description": "Nextalys Javascript Helpers",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet