Comparing version 5.0.0 to 5.0.1
{ | ||
"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"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1079219
26628
4