New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/videx-map

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/videx-map - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

2

dist/GeoJSONModule/GeoJSONModule.d.ts

@@ -0,1 +1,2 @@

import * as PIXI from 'pixi.js';
import Vector2 from '@equinor/videx-vector2';

@@ -19,2 +20,3 @@ import { ModuleInterface } from '../ModuleInterface';

mapmoving: boolean;
labelRoot: PIXI.Container;
constructor(config?: Config);

@@ -21,0 +23,0 @@ set(data: GeoJSON.FeatureCollection, props?: (feature: any) => FeatureProps): void;

@@ -39,2 +39,12 @@ import * as PIXI from 'pixi.js';

maxHash?: number;
/**Label font family, default Arial */
labelFontFamily?: string;
/**Label font size, default 64 */
labelFontSize?: number;
/**Label font weight, default 600 */
labelFontWeight?: string;
/**Label fill color, default 0x454545 */
labelColor?: string | number;
/**Label alignment, default Center */
labelAlign?: string;
}

@@ -60,3 +70,3 @@ /** Container for GeoJSON Polygon features. */

labels: GeoJSONLabels;
constructor(root: PIXI.Container, pixiOverlay: pixiOverlayBase, config?: Config);
constructor(root: PIXI.Container, labelRoot: PIXI.Container, pixiOverlay: pixiOverlayBase, config?: Config);
add(feature: GeoJSON.Feature, props: (feature: object) => FeatureProps): void;

@@ -63,0 +73,0 @@ /**

@@ -39,2 +39,12 @@ import * as PIXI from 'pixi.js';

maxHash?: number;
/**Label font family, default Arial */
labelFontFamily?: string;
/**Label font size, default 64 */
labelFontSize?: number;
/**Label font weight, default 600 */
labelFontWeight?: string;
/**Label fill color, default 0x454545 */
labelColor?: string | number;
/**Label alignment, default Center */
labelAlign?: string;
}

@@ -60,3 +70,3 @@ /** Container for GeoJSON Polygon features. */

labels: GeoJSONLabels;
constructor(root: PIXI.Container, pixiOverlay: pixiOverlayBase, config?: Config);
constructor(root: PIXI.Container, labelRoot: PIXI.Container, pixiOverlay: pixiOverlayBase, config?: Config);
add(feature: GeoJSON.Feature, props: (feature: object) => FeatureProps): void;

@@ -63,0 +73,0 @@ /**

4

package.json
{
"name": "@equinor/videx-map",
"version": "1.8.1",
"version": "1.8.2",
"description": "Component for Pixi-overlay in Leaflet.",

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

"earcut": "^2.2.2",
"pixi.js": "^5.3.3",
"pixi.js": "5.3.3",
"uuid": "^8.3.2"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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