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

@luma.gl/webgl-state-tracker

Package Overview
Dependencies
Maintainers
7
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/webgl-state-tracker - npm Package Compare versions

Comparing version 7.0.0-beta.1 to 7.0.0-beta.2

19

package.json
{
"name": "@luma.gl/webgl-state-tracker",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"description": "WebGL state manager that saves and restores WebGLRenderingContext state",

@@ -24,20 +24,7 @@ "license": "MIT",

],
"browser": {
"gl": false,
"gl/wrap": false
},
"scripts": {
"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.0.0-beta.1"
},
"devDependencies": {
"probe.gl": "^2.0.1"
"@luma.gl/constants": "7.0.0-beta.2"
}
}
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