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

optimesh

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimesh - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

7

package.json
{
"name": "optimesh",
"version": "1.0.5",
"version": "1.0.6",
"description": "OptiMesh reduces meshes resolution to optimize performance, memory usage and download size",
"cdn": "https://cdn.jsdelivr.net/npm/optimesh@1.0.5/build/main.js",
"cdn": "https://cdn.jsdelivr.net/npm/optimesh@1.0.6/build/main.js",
"main": "build/main.js",

@@ -13,3 +13,4 @@ "jsnext:main": "build/main.module.js",

"lint": "eslint src",
"publish": "(git diff-index --quiet HEAD -- || echo \"There are uncommitted changes\";) && node --experimental-modules publish.mjs && npm publish && git add package.json && git commit -m \"bump and publish\""
"prepublish": "(git diff-index --quiet HEAD -- || echo \"There are uncommitted changes\";) && node --experimental-modules publish.mjs",
"postpublish": "git add package.json && git commit -m \"bump and publish\""
},

@@ -16,0 +17,0 @@ "author": "DVLP",

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