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

@shd-developer/interactive-map

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shd-developer/interactive-map - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

9

dist/index.js

@@ -1,4 +0,5 @@

export * from "./scene-manager";
export * from "./three-entry-point";
export * from "./types";
export * from "./utils";
"use strict";
// export { default as SceneManager } from "./scene-manager";
// export { default as ThreeEntryPoint } from "./three-entry-point";
// export * from "./types";
// export * from "./utils";

@@ -10,6 +10,4 @@ import constants from "../../constants";

this.scene = this.dataStore.get(constants.store.scene);
if (config) {
if (config.lights) {
this.lights = this.addLights(this.scene, config.lights);
}
if (config === null || config === void 0 ? void 0 : config.lights) {
this.lights = this.addLights(this.scene, config.lights);
}

@@ -16,0 +14,0 @@ }

@@ -16,5 +16,2 @@ import { Vector3 } from "three";

this.mapControls.update();
// this.mapControls.enabled = false;
// Update the camera here
// this.mapControls.enabled = true;
};

@@ -21,0 +18,0 @@ ;

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

import { IBindingConfig } from "../..";
import { IEventPlugin } from "../../types";
import { IEventPlugin, IBindingConfig } from "../../types";
export interface ITabNavigationPlugin extends IEventPlugin {

@@ -4,0 +3,0 @@ handleTabPress(e: KeyboardEvent): void;

{
"name": "@shd-developer/interactive-map",
"version": "2.2.4",
"version": "2.2.5",
"description": "A package aimed at simplifying common three.js setups for interactive maps.",

@@ -5,0 +5,0 @@ "type": "module",

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