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

deck.gl

Package Overview
Dependencies
Maintainers
10
Versions
677
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deck.gl - npm Package Versions

1
68

4.0.0-beta.1

Diff

Changelog

Source

[v4.0.0-beta.1]

API AUDIT CHANGES:

  • GeoJsonLayer getHeight => getElevation

  • GeoJsonLayer Docs: Clarified that elevation is always in meters for cartographic projection modes

  • PolygonLayer getHeight => getElevation

  • PolygonLayer Docs: Clarified that elevation is always in meters for cartographic projection modes

  • PolygonLayer Docs: documented missing props

  • PolygonLayer Docs: Marked lightSettings as experimental

  • PathLayer getWidth => getStrokeWidth

  • PathLayer strokeWidth => strokeWidthScale

  • PathLayer strokeMinPixels => strokeWidthMinPixels

  • PathLayer strokeMaxPixels => strokeWidthMaxPixels

  • HexagonLayer Docs: Marked lightSettings as experimental

  • HexagonLayer Docs: Marked selectedPickingColor as experimental

  • GridLayer Docs: Marked lightSettings as experimental

  • Cleanup: More layers now only imports the get utility function instead of the full Container object from utils - this provides most of the benefits with smaller impact on the code.

DOCS

  • Moved docs into 4.0 subfolder to support publishing multiple doc versions from a single tree.
ibgreen
published 3.1.0-beta.16 •

Changelog

Source

[v3.1.0-beta.16] -

  • NEW: Main example now provides UI to modify layer props
  • NEW: Main example now has GeoJson test file with all GeoJson geometry types.
  • NEW: GridLayer
  • FIX: GeoJson points now render correctly
  • FIX: Mutation issue in defaultProps
  • Demo now installs and builds stand-alone
  • Picking improvements - order of function calls changed to enable layer overrides
  • PathLayer: new props
  • PathLayer: geometry generation performance.
  • Webpack config improvements to enable tree-shaking
shaojingli
published 3.1.3 •

Changelog

Source

[3.1.3] - 2017-1-25

  • HOTFIX: Fixed project_fp64 issue under linux + nvidia (#315)
ibgreen
published 3.1.0-beta.15 •

Changelog

Source

[v3.1.0-beta.15] -

CHANGE: Revert to babel compilation to expose the dist file tree rather than a bundle

ibgreen
published 3.1.0-beta.14 •

Changelog

Source

[v3.1.0-beta.14] -

FIX: GeoJson path layer FIX: defaultProps handling

ibgreen
published 3.1.0-beta.13 •

Changelog

Source

[v3.1.0-beta.13] -

NEW: GeoJsonLayer cleanup NEW: HexagonLayer

ibgreen
published 3.1.0-beta.12 •

Changelog

Source

[v3.1.0-beta.12] -

FIX: Broken dist export

ibgreen
published 3.1.0-beta.11 •

Changelog

Source

[v3.1.0-beta.11] -

NEW: GeoJsonLayer, PathLayer NEW: PolygonLayer with flat, extrusion and wireframe (5x faster than Choropleth) NEW: Support immutable geojson data in choropleth layers NEW: Add benchmarks for node and browser.js (#299) NEW: Lighting supported on polygon layer. New lighting shader module. FIX: FP64 math function improvement, bug fixes and speed FIX: Set Viewport project/unproject default to screen coordinates

  • Main example refactored
  • Shader tests as webpack
  • 64bit layers as subclasses of 32 bit layers
  • Choropleth Layers now in deprecated folder
  • Remove lodash.flattendeep and geojson-normalize module dependencies
shaojingli
published 3.1.2 •

Changelog

Source

[3.1.2] - 2017-1-19

  • HOTFIX: Fixed some 64-bit math issue on some Nvidia GPUs (#286)
  • HOTFIX: Fixed an issue in scatterplot64 that NaN got passed to GPU (#287)
  • Disable blending when rendering to picking framebuffer (#288)
ibgreen
published 3.1.0-beta.10 •

Changelog

Source

[v3.1.0-beta.10] -

FIX: Loosen luma.gl peer dependency

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