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

@luma.gl/gltools

Package Overview
Dependencies
Maintainers
6
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/gltools - npm Package Compare versions

Comparing version 8.6.0-alpha.3 to 8.6.0-alpha.4

6

dist/index.d.ts

@@ -11,5 +11,5 @@ export { log } from '@luma.gl/api';

export { polyfillContext } from '@luma.gl/webgl';
export type { GLContextOptions } from './lib/deprecated/context-api';
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from './lib/deprecated/context-api';
export { FEATURES } from './lib/deprecated/features';
export type { GLContextOptions } from '@luma.gl/webgl';
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from '@luma.gl/webgl';
export { FEATURES } from '@luma.gl/webgl';
//# sourceMappingURL=index.d.ts.map

@@ -9,4 +9,4 @@ export { log } from '@luma.gl/api';

export { polyfillContext } from '@luma.gl/webgl';
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from './lib/deprecated/context-api';
export { FEATURES } from './lib/deprecated/features';
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from '@luma.gl/webgl';
export { FEATURES } from '@luma.gl/webgl';
//# sourceMappingURL=index.js.map
{
"name": "@luma.gl/gltools",
"version": "8.6.0-alpha.3",
"version": "8.6.0-alpha.4",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",

@@ -32,6 +32,6 @@ "license": "MIT",

"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.6.0-alpha.3",
"@luma.gl/constants": "8.6.0-alpha.4",
"@probe.gl/log": "^3.5.0"
},
"gitHead": "a808a90fb8d59b682f5b647b8caa819f26827512"
"gitHead": "c1c84f1bcaa6e6ff4f1e96f5d294baf8ce39846c"
}

@@ -44,3 +44,3 @@ // Utils

export type {GLContextOptions} from './lib/deprecated/context-api';
export type {GLContextOptions} from '@luma.gl/webgl';
export {

@@ -57,5 +57,5 @@ createGLContext,

getContextDebugInfo
} from './lib/deprecated/context-api';
} from '@luma.gl/webgl';
// Features
export {FEATURES} from './lib/deprecated/features';
export {FEATURES} from '@luma.gl/webgl';

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