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.9 to 1.0.10

2

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

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

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

}
hexToRgb(hexValue) {
return Lore.Core.Color.fromHex(hexValue);
}
static createColorBox(value) {

@@ -931,4 +929,8 @@ return Faerun.createElement(

}
static hexToRgb(hexValue) {
return Lore.Core.Color.fromHex(hexValue);
}
}
module.exports = Faerun

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

const Faerun = require('./faerun.js');
Faerun = require('./faerun.js');

@@ -185,4 +187,8 @@

}
static hexToRgb(hexValue) {
return Faerun.fromHex(hexValue);
}
}
module.exports = TMAP
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