
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@alpinebuster/meshsdk
Advanced tools
MeshSDK - Mesh processing library writing in CPP with extra **PYTHON/C/C#/JS/TS** bindings.
meshsdk JS/TS implementation. It supports compilation
to WASM via Emscripten so that meshsdk features can be used in a browser.
meshsdk in JavaScript/TypeScriptmeshsdk is available as a UMD module compatible with both NodeJS and browsers,
and includes TypeScript definitions.
npm install @alpinebuster/meshsdk
To use the meshsdk, do the following:
import { createMeshSDK } from '@alpinebuster/meshsdk';
const mrmesh = await createMeshSDK();
Ensure cross-origin isolation (COOP + COEP) is supported:
1.Vite
export default defineConfig({
...,
server: {
headers: {
// Enforcing cross-origin isolation of pages
'Cross-Origin-Opener-Policy': 'same-origin',
'Cross-Origin-Embedder-Policy': 'require-corp'
}
},
...
});
2.Nginx
server {
listen 80;
server_name your.domain.com;
add_header Cross-Origin-Opener-Policy same-origin;
add_header Cross-Origin-Embedder-Policy require-corp;
root /var/www/your-app;
index index.html;
}
npm install
npm run build
npm config delete proxy
npm config delete https-proxy
npm config get proxy
npm config get https-proxy
npm config set proxy http://127.0.0.1:7890
npm config set https-proxy http://127.0.0.1:7890
npm config set registry https://registry.npmmirror.com
npm config set registry https://registry.npmmirror.com --location=project
npm config set registry https://registry.npmjs.org/
npm login
npm publish --tag beta --access public
npm publish --tag latest --access public
FAQs
MeshSDK - Mesh processing library writing in CPP with extra **PYTHON/C/C#/JS/TS** bindings.
The npm package @alpinebuster/meshsdk receives a total of 3 weekly downloads. As such, @alpinebuster/meshsdk popularity was classified as not popular.
We found that @alpinebuster/meshsdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.