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

g3d

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

g3d - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

devtools/website.js

10

package.json
{
"name": "g3d",
"version": "0.2.0",
"version": "0.2.1",
"description": "webgl render engine compatible with both browser and gcanvas",

@@ -11,7 +11,12 @@ "main": "dist/g3d.min.js",

"devDependencies": {
"dalaran": "^0.1.18",
"expect": "^23.6.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"handlebars": "^4.0.12",
"less": "^3.8.1",
"marked": "^0.5.1",
"pug": "^2.0.3",
"raw-loader": "^0.5.1",
"dalaran": "^0.1.18"
"yaml-js": "^0.2.3"
},

@@ -22,2 +27,3 @@ "scripts": {

"test": "node ./devtools/index.js test",
"website": "node ./devtools/website.js",
"prepublishOnly": "node ./devtools/index.js build",

@@ -24,0 +30,0 @@ "format": "node ./devtools/format-demo.js"

2

src/rendering/G3D.RenderManager.ts

@@ -532,2 +532,4 @@ import Env from '../core/G3D.Env';

this.setFaceCull(skybox.geometry.facing);
const { vertices, indices } = skybox.geometry.bufferViews;

@@ -534,0 +536,0 @@

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

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