New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antv/l7-renderer

Package Overview
Dependencies
Maintainers
24
Versions
540
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/l7-renderer - npm Package Compare versions

Comparing version 2.0.27-alpha.0 to 2.0.28-alpha.0

4

es/regl/index.js

@@ -147,4 +147,4 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";

},
extensions: ['OES_element_index_uint', 'EXT_blend_minmax', 'OES_standard_derivatives', 'WEBGL_depth_texture', 'angle_instanced_arrays'],
optionalExtensions: ['oes_texture_float_linear', 'OES_texture_float', 'EXT_texture_filter_anisotropic'],
extensions: ['OES_element_index_uint', 'OES_standard_derivatives', 'angle_instanced_arrays'],
optionalExtensions: ['oes_texture_float_linear', 'OES_texture_float', 'EXT_texture_filter_anisotropic', 'EXT_blend_minmax', 'WEBGL_depth_texture'],
profile: true,

@@ -151,0 +151,0 @@ onDone: function onDone(err, r) {

@@ -37,3 +37,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

_options$colorSpace = options.colorSpace,
colorSpace = _options$colorSpace === void 0 ? gl.NONE : _options$colorSpace;
colorSpace = _options$colorSpace === void 0 ? gl.BROWSER_DEFAULT_WEBGL : _options$colorSpace;
var textureOptions = {

@@ -40,0 +40,0 @@ width: width,

@@ -166,4 +166,4 @@ "use strict";

},
extensions: ['OES_element_index_uint', 'EXT_blend_minmax', 'OES_standard_derivatives', 'WEBGL_depth_texture', 'angle_instanced_arrays'],
optionalExtensions: ['oes_texture_float_linear', 'OES_texture_float', 'EXT_texture_filter_anisotropic'],
extensions: ['OES_element_index_uint', 'OES_standard_derivatives', 'angle_instanced_arrays'],
optionalExtensions: ['oes_texture_float_linear', 'OES_texture_float', 'EXT_texture_filter_anisotropic', 'EXT_blend_minmax', 'WEBGL_depth_texture'],
profile: true,

@@ -170,0 +170,0 @@ onDone: function onDone(err, r) {

@@ -48,3 +48,3 @@ "use strict";

_options$colorSpace = options.colorSpace,
colorSpace = _options$colorSpace === void 0 ? _l7Core.gl.NONE : _options$colorSpace;
colorSpace = _options$colorSpace === void 0 ? _l7Core.gl.BROWSER_DEFAULT_WEBGL : _options$colorSpace;
var textureOptions = {

@@ -51,0 +51,0 @@ width: width,

{
"name": "@antv/l7-renderer",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"dependencies": {
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",

@@ -36,3 +36,3 @@ "inversify": "^5.0.1",

},
"gitHead": "0855cc365bf2bb049fa002812b22b92a496f8308",
"gitHead": "cd522461057292b176046449e3e5929c7fa307ce",
"publishConfig": {

@@ -39,0 +39,0 @@ "access": "public"

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

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