Socket
Socket
Sign inDemoInstall

lore-engine

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.15 to 1.0.16

3

app.js

@@ -50,3 +50,4 @@ //@ts-check

center: new Lore.Math.Vector3f(125, 125, 125),
antialiasing: this.opts.antialiasing
antialiasing: this.opts.antialiasing,
alphaBlending: this.opts.alphaBlending
});

@@ -53,0 +54,0 @@

(function() {
let lore = Lore.init('lore', {
clearColor: '#222222',
enableTransparency: true
enableTransparency: true,
alphaBlending: true
});

@@ -6,0 +7,0 @@

{
"name": "lore-engine",
"version": "1.0.15",
"version": "1.0.16",
"description": "A WebGL based 3D data visualization engine.",

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

@@ -6,3 +6,3 @@ ![Lore](https://github.com/reymond-group/lore/blob/master/logo.png?raw=true)

# Lore
Current Version: 1.0.15 ([Godzilla](https://youtu.be/RTzb-sduiWc))
Current Version: 1.0.16 ([Godzilla](https://youtu.be/RTzb-sduiWc))

@@ -9,0 +9,0 @@ ### Teasers

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 not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc