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 4.8.1 to 4.8.2

2

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

@@ -10,3 +10,3 @@

export function addExtensionsToContext(gl: WebGLRenderingContext): void;
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): void;
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext;
export function createContext(canvas: HTMLCanvasElement): WebGLRenderingContext;

@@ -13,0 +13,0 @@ export function getContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext;

@@ -10,3 +10,3 @@

export function addExtensionsToContext(gl: WebGLRenderingContext): void;
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): void;
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext;
export function createContext(canvas: HTMLCanvasElement): WebGLRenderingContext;

@@ -13,0 +13,0 @@ export function getContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext;

{
"name": "twgl.js",
"version": "4.8.1",
"version": "4.8.2",
"description": "A Tiny WebGL helper library",

@@ -12,2 +12,3 @@ "main": "dist/4.x/twgl-full.js",

"pre-push": "grunt eslint",
"lint": "grunt eslint",
"build": "grunt build",

@@ -14,0 +15,0 @@ "buildts": "grunt buildts",

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

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

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