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

oo3d

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oo3d - npm Package Compare versions

Comparing version 0.0.31 to 0.0.34

13

build/oo3d.js

@@ -605,3 +605,4 @@ // Generated by CoffeeScript 1.9.2

Main.prototype.setRenderMode = function(renderMode, targetIndex) {
return this.items[targetIndex].renderMode = renderMode;
this.items[targetIndex].renderMode = renderMode;
return this;
};

@@ -652,7 +653,8 @@

item.tY = snapshot.tY;
return item.tZ = snapshot.tZ;
item.tZ = snapshot.tZ;
return this;
};
Main.prototype.render = function() {
var j, layer, len, ref, results;
var j, layer, len, ref;
if (!this.gl) {

@@ -665,8 +667,7 @@ throw Error("The WebGL rendering context is " + (ªtype(this.gl)));

ref = this.layers;
results = [];
for (j = 0, len = ref.length; j < len; j++) {
layer = ref[j];
results.push(layer.render());
layer.render();
}
return results;
return this;
};

@@ -673,0 +674,0 @@

@@ -606,3 +606,4 @@ // Generated by CoffeeScript 1.9.2

Main.prototype.setRenderMode = function(renderMode, targetIndex) {
return this.items[targetIndex].renderMode = renderMode;
this.items[targetIndex].renderMode = renderMode;
return this;
};

@@ -653,7 +654,8 @@

item.tY = snapshot.tY;
return item.tZ = snapshot.tZ;
item.tZ = snapshot.tZ;
return this;
};
Main.prototype.render = function() {
var j, layer, len, ref, results;
var j, layer, len, ref;
if (!this.gl) {

@@ -666,8 +668,7 @@ throw Error("The WebGL rendering context is " + (ªtype(this.gl)));

ref = this.layers;
results = [];
for (j = 0, len = ref.length; j < len; j++) {
layer = ref[j];
results.push(layer.render());
layer.render();
}
return results;
return this;
};

@@ -674,0 +675,0 @@

{
"name": "oo3d",
"version": "0.0.31",
"version": "0.0.34",
"description": "The Oopish WebGL engine",

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc