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

@luma.gl/webgl2-polyfill

Package Overview
Dependencies
Maintainers
7
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/webgl2-polyfill - npm Package Compare versions

Comparing version 7.2.0-alpha.2 to 7.2.0-alpha.3

40

dist/dist.js

@@ -94,3 +94,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "./src/bundle.js");
/******/ return __webpack_require__(__webpack_require__.s = "./bundle.js");
/******/ })

@@ -977,2 +977,21 @@ /************************************************************************/

/***/ "./bundle.js":
/*!*******************!*\
!*** ./bundle.js ***!
\*******************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(global) {/* global window, global */
const moduleExports = __webpack_require__(/*! ./src */ "./src/index.js");
const _global = typeof window === 'undefined' ? global : window;
_global.loaders = _global.luma || {};
module.exports = Object.assign(_global.luma, moduleExports);
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node_modules/webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js")))
/***/ }),
/***/ "./src/assert.js":

@@ -997,21 +1016,2 @@ /*!***********************!*\

/***/ "./src/bundle.js":
/*!***********************!*\
!*** ./src/bundle.js ***!
\***********************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(global) {/* global window, global */
const moduleExports = __webpack_require__(/*! ./index */ "./src/index.js");
const _global = typeof window === 'undefined' ? global : window;
_global.loaders = _global.luma || {};
module.exports = Object.assign(_global.luma, moduleExports);
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../node_modules/webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js")))
/***/ }),
/***/ "./src/index.js":

@@ -1018,0 +1018,0 @@ /*!**********************!*\

{
"name": "@luma.gl/webgl2-polyfill",
"version": "7.2.0-alpha.2",
"version": "7.2.0-alpha.3",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",

@@ -29,5 +29,5 @@ "license": "MIT",

"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.2.0-alpha.2"
"@luma.gl/constants": "7.2.0-alpha.3"
},
"gitHead": "edaa7caabc3aa3e422eb7a4c3c90377968c867af"
"gitHead": "ca4f57e62c5b48e931743e7a6f469e1da7914e0e"
}
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