New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.3.5

15

package.json
{
"name": "webgl-fluid",
"PascalCasedName": "WebGLFluid",
"version": "0.3.4",
"version": "0.3.5",
"private": false,
"description": "ES Module support for https://github.com/PavelDoGreat/WebGL-Fluid-Simulation.",
"author": "Cloyd Lau",
"author": {
"name": "Cloyd Lau",
"url": "https://github.com/cloydlau"
},
"license": "MIT",

@@ -34,2 +37,3 @@ "repository": "https://github.com/cloydlau/webgl-fluid",

"scripts": {
"up": "nu -L !@antfu/eslint-config && ni",
"build": "vite build",

@@ -39,2 +43,3 @@ "serve": "vite preview",

"release": "esno ./scripts/release.mts",
"pnpm:devPreinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || node ./scripts/devPreinstall.mjs",
"preinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || npx only-allow pnpm",

@@ -50,10 +55,12 @@ "postinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || npx simple-git-hooks"

"esno": "latest",
"husky": "latest",
"kolorist": "latest",
"lint-staged": "latest",
"only-allow": "latest",
"open": "latest",
"prompts": "latest",
"rollup-plugin-visualizer": "latest",
"semver": "latest",
"simple-git-hooks": "latest",
"vite": "latest",
"vitepress": "latest"
"vitepress": "1.0.0-rc.32"
},

@@ -60,0 +67,0 @@ "simple-git-hooks": {

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

### Vanilla
### Vanilla JS

@@ -252,4 +252,4 @@ ```html

Detailed changes for each release are documented in the [release notes](https://github.com/cloydlau/webgl-fluid/releases).
Detailed changes for each release are documented in the [release notes](https://github.com/cloydlau/webgl-fluid/releases)
<br>

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