Socket
Socket
Sign inDemoInstall

@luma.gl/constants

Package Overview
Dependencies
Maintainers
7
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/constants - npm Package Compare versions

Comparing version 9.0.0-beta.7 to 9.0.0-beta.8

dist/dist.min.js

10

dist/dist.dev.js

@@ -27,6 +27,6 @@ (function webpackUniversalModuleDefinition(root, factory) {

// src/bundle.ts
var bundle_exports = {};
__export(bundle_exports, {
GLConstants: () => GLEnum
// src/index.ts
var src_exports = {};
__export(src_exports, {
GL: () => GLEnum
});

@@ -684,5 +684,5 @@

})(GLEnum || {});
return __toCommonJS(bundle_exports);
return __toCommonJS(src_exports);
})();
return __exports__;
});
{
"name": "@luma.gl/constants",
"version": "9.0.0-beta.7",
"version": "9.0.0-beta.8",
"description": "WebGL2 constants",

@@ -42,7 +42,7 @@ "type": "module",

"pre-build": "npx esbuild src/index.ts --bundle --format=cjs --outfile=dist/index.cjs",
"build-minified-bundle": "ocular-bundle ./src/bundle.ts -output=dist/dist.min.js",
"build-dev-bundle": "ocular-bundle ./src/bundle.ts -output=dist/dist.dev.js -- --env=dev",
"build-minified-bundle": "ocular-bundle ./src/index.ts --output=dist/dist.min.js",
"build-dev-bundle": "ocular-bundle ./src/index.ts --output=dist/dist.dev.js --env=dev",
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"gitHead": "e9606a88e0aab3dc27c87020cac89040ea1a8a02"
"gitHead": "b4ba7f35a5d0b5a09625c955d952cbbab9c1ad28"
}
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