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

webgl-fluid

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webgl-fluid - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

6

package.json
{
"name": "webgl-fluid",
"pascalCasedName": "WebGLFluid",
"version": "0.3.2",
"PascalCasedName": "WebGLFluid",
"version": "0.3.3",
"private": false,
"packageManager": "pnpm@7.29.3",
"description": "ES Module support for https://github.com/PavelDoGreat/WebGL-Fluid-Simulation.",
"author": "Cloyd Lau",
"license": "MIT",

@@ -8,0 +10,0 @@ "repository": "https://github.com/cloydlau/webgl-fluid",

@@ -8,3 +8,3 @@ <h1 align="center">

<p align="center">
ES Module support for <a href="https://github.com/PavelDoGreat/WebGL-Fluid-Simulation">WebGL-Fluid-Simulation</a>
ES Module support for <a href="https://github.com/PavelDoGreat/WebGL-Fluid-Simulation">WebGL-Fluid-Simulation</a>.
<br>

@@ -17,3 +17,3 @@ 🕹 <a href="https://cloydlau.github.io/demo/webgl-fluid.html">Playground</a>

<a href="https://bundlephobia.com/package/webgl-fluid"><img alt="minzipped size" src="https://img.shields.io/bundlephobia/minzip/webgl-fluid"></a>
<a href="https://npmcharts.com/compare/webgl-fluid"><img alt="downloads" src="https://img.shields.io/npm/dt/webgl-fluid"></a>
<a href="https://npmcharts.com/compare/webgl-fluid"><img alt="npm downloads" src="https://img.shields.io/npm/dt/webgl-fluid?logo=npm&color=rgba(203,0,0,0.9)"></a>
<a href="https://conventionalcommits.org"><img alt="conventional commits" src="https://img.shields.io/badge/commits-Conventional-FE5196.svg?logo=conventionalcommits&logoColor=white"></a>

@@ -37,3 +37,3 @@ </p>

```shell
npm add webgl-fluid
npm i webgl-fluid
```

@@ -58,3 +58,3 @@

"imports": {
"webgl-fluid": "https://unpkg.com/webgl-fluid@0.3/dist/webgl-fluid.mjs"
"webgl-fluid": "https://cdn.jsdelivr.net/npm/webgl-fluid@0.3/dist/webgl-fluid.mjs"
}

@@ -75,3 +75,3 @@ }

### CDN + UMD
### CDN + IIFE

@@ -88,3 +88,3 @@ ```html

<canvas style="width: 100vw; height: 100vh;" />
<script src="https://unpkg.com/webgl-fluid@0.3"></script>
<script src="https://cdn.jsdelivr.net/npm/webgl-fluid@0.3"></script>
<script>

@@ -91,0 +91,0 @@ WebGLFluid(document.querySelector('canvas'), {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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