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

@luma.gl/core

Package Overview
Dependencies
Maintainers
7
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/core - npm Package Compare versions

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

12

dist/es5/index.js

@@ -620,2 +620,14 @@ "use strict";

});
Object.defineProperty(exports, "setShaderHook", {
enumerable: true,
get: function get() {
return _shadertools.setShaderHook;
}
});
Object.defineProperty(exports, "setModuleInjection", {
enumerable: true,
get: function get() {
return _shadertools.setModuleInjection;
}
});
Object.defineProperty(exports, "combineInjects", {

@@ -622,0 +634,0 @@ enumerable: true,

2

dist/es6/index.js

@@ -37,4 +37,4 @@ export { isWebGL, isWebGL2, lumaStats, createGLContext, destroyGLContext, resizeGLContext, setGLContextDefaults, getContextInfo, getGLContextInfo, getContextLimits, FEATURES, hasFeature, hasFeatures, getFeatures, canCompileGLGSExtension, cloneTextureFrom, getKeyValue, getKey, setGLContextDefaults as setContextDefaults, getContextDebugInfo as glGetDebugInfo } from '@luma.gl/webgl';

export { default as CameraNode } from './scenegraph/nodes/camera-node';
export { registerShaderModules, setDefaultShaderModules, assembleShaders, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools';
export { registerShaderModules, setDefaultShaderModules, assembleShaders, setShaderHook, setModuleInjection, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools';
export { log, assert, uid, self, window, global, document } from '@luma.gl/webgl';
//# sourceMappingURL=index.js.map

@@ -37,4 +37,4 @@ export { isWebGL, isWebGL2, lumaStats, createGLContext, destroyGLContext, resizeGLContext, setGLContextDefaults, getContextInfo, getGLContextInfo, getContextLimits, FEATURES, hasFeature, hasFeatures, getFeatures, canCompileGLGSExtension, cloneTextureFrom, getKeyValue, getKey, setGLContextDefaults as setContextDefaults, getContextDebugInfo as glGetDebugInfo } from '@luma.gl/webgl';

export { default as CameraNode } from './scenegraph/nodes/camera-node';
export { registerShaderModules, setDefaultShaderModules, assembleShaders, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools';
export { registerShaderModules, setDefaultShaderModules, assembleShaders, setShaderHook, setModuleInjection, combineInjects, normalizeShaderModule, fp32, fp64, project, lights, dirlight, picking, diffuse, gouraudlighting, phonglighting, pbr, _transform, MODULAR_SHADERS, getQualifierDetails, getPassthroughFS, typeToChannelSuffix, typeToChannelCount, convertToVec4 } from '@luma.gl/shadertools';
export { log, assert, uid, self, window, global, document } from '@luma.gl/webgl';
//# sourceMappingURL=index.js.map
{
"name": "@luma.gl/core",
"version": "7.1.0-alpha.3",
"version": "7.1.0-alpha.4",
"description": "WebGL2 Components for High Performance Rendering and Computation",

@@ -33,11 +33,11 @@ "license": "MIT",

"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.1.0-alpha.3",
"@luma.gl/shadertools": "7.1.0-alpha.3",
"@luma.gl/webgl": "7.1.0-alpha.3",
"@luma.gl/webgl-state-tracker": "7.1.0-alpha.3",
"@luma.gl/webgl2-polyfill": "7.1.0-alpha.3",
"@luma.gl/constants": "7.1.0-alpha.4",
"@luma.gl/shadertools": "7.1.0-alpha.4",
"@luma.gl/webgl": "7.1.0-alpha.4",
"@luma.gl/webgl-state-tracker": "7.1.0-alpha.4",
"@luma.gl/webgl2-polyfill": "7.1.0-alpha.4",
"math.gl": "^2.3.0",
"probe.gl": "^3.0.1",
"probe.gl": "^3.0.2",
"seer": "^0.2.4"
}
}

@@ -136,2 +136,4 @@ // CORE MODULE EXPORTS FOR LUMA.GL

assembleShaders,
setShaderHook,
setModuleInjection,
// HELPERS

@@ -138,0 +140,0 @@ combineInjects,

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

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

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