Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

meshoptimizer

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meshoptimizer - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

index.js

1

meshopt_decoder.js

@@ -28,3 +28,2 @@ // This file is part of meshoptimizer library and is distributed under the terms of MIT License.

wasm = wasm_simd;
console.log("Warning: meshopt_decoder is using experimental SIMD support");
}

@@ -31,0 +30,0 @@

@@ -28,3 +28,2 @@ // This file is part of meshoptimizer library and is distributed under the terms of MIT License.

wasm = wasm_simd;
console.log("Warning: meshopt_decoder is using experimental SIMD support");
}

@@ -31,0 +30,0 @@

{
"name": "meshoptimizer",
"version": "0.16.0",
"version": "0.16.1",
"description": "Mesh optimizaiton library that makes meshes smaller and faster to render",

@@ -18,4 +18,7 @@ "author": "Arseny Kapoulkine",

"files": [
"meshopt_*.js"
"*.js", "*.ts"
],
"main": "index.js",
"module": "index.module.js",
"types": "index.module.d.ts",
"scripts": {

@@ -22,0 +25,0 @@ "test": "node meshopt_encoder.test.js && node meshopt_decoder.test.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