Socket
Socket
Sign inDemoInstall

tmap-faerun-js

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "tmap-faerun-js",
"version": "1.0.1",
"version": "1.0.2",
"description": "A JavaScript API to load and display TMAPs in the browser.",

@@ -25,4 +25,4 @@ "main": "index.js",

"dependencies": {
"lore-engine": "^1.1.42"
"lore-engine": "^1.1.46"
}
}

@@ -215,3 +215,3 @@ let Lore = require('lore-engine')

snapshot(callback = null, size = 2) {
let canvas = document.getElementById(this.canvasId);
let canvas = this.canvas;
let zoom = this.lore.controls.getZoom();

@@ -871,3 +871,3 @@ canvas.style.width = (canvas.width * size) + 'px';

static isElement(obj) {
return obj instanceof Element
return obj instanceof Element;
}

@@ -874,0 +874,0 @@

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

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