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

@react-three/csg

Package Overview
Dependencies
Maintainers
21
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-three/csg - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

4

dist/index.cjs.js

@@ -44,3 +44,3 @@ 'use strict';

geometry.groups = [];
geometry.index = geometry.boundingBox = geometry.boundingSphere = null;
geometry.boundsTree = geometry.index = geometry.boundingBox = geometry.boundingSphere = null;
geometry.drawRange = {

@@ -99,2 +99,4 @@ start: 0,

;
geo.current.boundsTree = root.geometry.boundsTree;
geo.current.index = root.geometry.index;

@@ -101,0 +103,0 @@ geo.current.attributes = root.geometry.attributes;

@@ -17,3 +17,3 @@ import _extends from '@babel/runtime/helpers/esm/extends';

geometry.groups = [];
geometry.index = geometry.boundingBox = geometry.boundingSphere = null;
geometry.boundsTree = geometry.index = geometry.boundingBox = geometry.boundingSphere = null;
geometry.drawRange = {

@@ -72,2 +72,4 @@ start: 0,

;
geo.current.boundsTree = root.geometry.boundsTree;
geo.current.index = root.geometry.index;

@@ -74,0 +76,0 @@ geo.current.attributes = root.geometry.attributes;

{
"name": "@react-three/csg",
"version": "2.0.5",
"version": "2.0.6",
"description": "Constructive solid geometry for React",

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

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