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

@deck.gl/mapbox

Package Overview
Dependencies
Maintainers
7
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deck.gl/mapbox - npm Package Compare versions

Comparing version 6.4.0-beta.1 to 6.4.0

10

dist/es6/deck-utils.js
import { Deck } from '@deck.gl/core';
import { withParameters } from 'luma.gl';
export function getDeckInstance({
map,
gl,
deck
}) {
export function getDeckInstance(_ref) {
let map = _ref.map,
gl = _ref.gl,
deck = _ref.deck;
// Only create one deck instance per context

@@ -9,0 +9,0 @@ if (map.__deck) {

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

"license": "MIT",
"version": "6.4.0-beta.1",
"version": "6.4.0",
"publishConfig": {

@@ -37,4 +37,4 @@ "access": "public"

"dependencies": {
"@deck.gl/core": "^6.4.0-beta.1"
"@deck.gl/core": "^6.4.0"
}
}

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