Socket
Socket
Sign inDemoInstall

@luma.gl/gltools

Package Overview
Dependencies
Maintainers
7
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 9.0.0-alpha.16 to 9.0.0-alpha.17

dist.min.js

29

package.json
{
"name": "@luma.gl/gltools",
"version": "9.0.0-alpha.16",
"version": "9.0.0-alpha.17",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
"type": "module",
"license": "MIT",

@@ -19,21 +20,29 @@ "repository": {

"types": "dist/index.d.ts",
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"src",
"dist",
"dist.min.js",
"README.md"
],
"scripts": {
"pre-build": "npm run build-bundle",
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
"build-bundle": "ocular-bundle ./src/index.ts",
"pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "9.0.0-alpha.16",
"@luma.gl/engine": "9.0.0-alpha.16",
"@luma.gl/webgl": "9.0.0-alpha.16",
"@probe.gl/log": "^4.0.0"
"@luma.gl/constants": "9.0.0-alpha.17",
"@luma.gl/engine": "9.0.0-alpha.17",
"@luma.gl/webgl": "9.0.0-alpha.17",
"@probe.gl/log": "^4.0.2"
},
"gitHead": "697bc4ef1deff8438e2f3be51bf0bd245882106a"
"gitHead": "9385b56a95f5f53ee5f11d2ccef5b6114a527d94"
}
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