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

@deck.gl/geo-layers

Package Overview
Dependencies
Maintainers
10
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deck.gl/geo-layers - npm Package Compare versions

Comparing version 7.3.7 to 7.3.8

src/h3-layers/.DS_Store

8

dist/es5/trips-layer/trips-layer.js

@@ -106,6 +106,4 @@ "use strict";

var _this$state$pathTesse = this.state.pathTesselator,
bufferLayout = _this$state$pathTesse.bufferLayout,
instanceCount = _this$state$pathTesse.instanceCount;
var value = new Float32Array(instanceCount * 2);
var bufferLayout = this.state.pathTesselator.bufferLayout;
var value = attribute.value;

@@ -153,4 +151,4 @@ var _createIterable = (0, _core.createIterable)(data, startRow, endRow),

attribute.bufferLayout = bufferLayout;
attribute.constant = false;
attribute.value = value;
}

@@ -157,0 +155,0 @@ }]);

@@ -75,8 +75,9 @@ import { PathLayer } from '@deck.gl/layers';

pathTesselator: {
bufferLayout,
instanceCount
bufferLayout
}
} = this.state;
const value = new Float32Array(instanceCount * 2);
const {
value
} = attribute;
const {
iterable,

@@ -102,4 +103,4 @@ objectInfo

attribute.bufferLayout = bufferLayout;
attribute.constant = false;
attribute.value = value;
}

@@ -106,0 +107,0 @@

@@ -93,6 +93,4 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";

var _this$state$pathTesse = this.state.pathTesselator,
bufferLayout = _this$state$pathTesse.bufferLayout,
instanceCount = _this$state$pathTesse.instanceCount;
var value = new Float32Array(instanceCount * 2);
var bufferLayout = this.state.pathTesselator.bufferLayout;
var value = attribute.value;

@@ -140,4 +138,4 @@ var _createIterable = createIterable(data, startRow, endRow),

attribute.bufferLayout = bufferLayout;
attribute.constant = false;
attribute.value = value;
}

@@ -144,0 +142,0 @@ }]);

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "7.3.7",
"version": "7.3.8",
"publishConfig": {

@@ -48,3 +48,3 @@ "access": "public"

},
"gitHead": "acbb2596513e38c4d72382350f28ff26ef43598a"
"gitHead": "51690c8b501b3f08f0f337a83742da48d8acc8f4"
}

@@ -112,5 +112,5 @@ // Copyright (c) 2015 - 2017 Uber Technologies, Inc.

const {
pathTesselator: {bufferLayout, instanceCount}
pathTesselator: {bufferLayout}
} = this.state;
const value = new Float32Array(instanceCount * 2);
const {value} = attribute;

@@ -135,4 +135,4 @@ const {iterable, objectInfo} = createIterable(data, startRow, endRow);

}
attribute.bufferLayout = bufferLayout;
attribute.constant = false;
attribute.value = value;
}

@@ -139,0 +139,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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