Socket
Socket
Sign inDemoInstall

twgl.js

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twgl.js - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

dist/5.x/twgl-full.d.ts

18

package.json
{
"name": "twgl.js",
"version": "5.0.0",
"version": "5.0.1",
"description": "A Tiny WebGL helper library",
"main": "dist/4.x/twgl-full.js",
"types": "dist/4.x/twgl-full.d.ts",
"module": "dist/4.x/twgl-full.module.js",
"main": "dist/5.x/twgl-full.js",
"types": "dist/5.x/twgl-full.d.ts",
"module": "dist/5.x/twgl-full.module.js",
"scripts": {

@@ -41,7 +41,7 @@ "check-ci": "npm run lint && npm run build && npm test",

"files": [
"dist/4.x/twgl-full.js",
"dist/4.x/twgl.js",
"dist/4.x/twgl-full.d.ts",
"dist/4.x/twgl.d.ts",
"dist/4.x/twgl-full.module.js"
"dist/5.x/twgl-full.js",
"dist/5.x/twgl.js",
"dist/5.x/twgl-full.d.ts",
"dist/5.x/twgl.d.ts",
"dist/5.x/twgl-full.module.js"
],

@@ -48,0 +48,0 @@ "devDependencies": {

@@ -19,3 +19,3 @@ TWGL: A Tiny WebGL helper Library<div id="pronounce" style="font-size: xx-small;">[rhymes with wiggle]</div>

<canvas id="c"></canvas>
<script src="../dist/4.x/twgl-full.min.js"></script>
<script src="../dist/5.x/twgl-full.min.js"></script>
<script>

@@ -22,0 +22,0 @@ const gl = document.getElementById("c").getContext("webgl");

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