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

three-csg-ts

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-csg-ts - npm Package Compare versions

Comparing version 3.1.12 to 3.1.13

2

lib/cjs/CSG.js

@@ -56,3 +56,3 @@ "use strict";

vertices[j] = new Vertex_1.Vertex(new Vector_1.Vector(x, y, z), new Vector_1.Vector(nx, ny, nz), new Vector_1.Vector(u, v, 0), colorattr &&
new Vector_1.Vector(colorattr.array[vt], colorattr.array[vt + 1], colorattr.array[vt + 2]));
new Vector_1.Vector(colorattr.array[vp], colorattr.array[vp + 1], colorattr.array[vp + 2]));
}

@@ -59,0 +59,0 @@ if (objectIndex === undefined && grps && grps.length > 0) {

@@ -53,3 +53,3 @@ import { BufferAttribute, BufferGeometry, Matrix3, Matrix4, Mesh, Vector3, } from 'three';

vertices[j] = new Vertex(new Vector(x, y, z), new Vector(nx, ny, nz), new Vector(u, v, 0), colorattr &&
new Vector(colorattr.array[vt], colorattr.array[vt + 1], colorattr.array[vt + 2]));
new Vector(colorattr.array[vp], colorattr.array[vp + 1], colorattr.array[vp + 2]));
}

@@ -56,0 +56,0 @@ if (objectIndex === undefined && grps && grps.length > 0) {

{
"name": "three-csg-ts",
"version": "3.1.12",
"version": "3.1.13",
"description": "CSG library for use with THREE.js",

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

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