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
6
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 9.0.3 to 9.0.4

2

dist/deck-utils.js

@@ -90,3 +90,3 @@ import { Deck, WebMercatorViewport, MapView, _flatten as flatten } from '@deck.gl/core';

...currProps,
// TODO: import these defaults from a single source of truth
// TODO: remove with withParametersWebGL
parameters: {

@@ -93,0 +93,0 @@ depthMask: true,

@@ -6,3 +6,3 @@ {

"type": "module",
"version": "9.0.3",
"version": "9.0.4",
"publishConfig": {

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

"dependencies": {
"@luma.gl/constants": "^9.0.8",
"@luma.gl/constants": "^9.0.9",
"@math.gl/web-mercator": "^4.0.0"

@@ -50,3 +50,3 @@ },

},
"gitHead": "1485a1959438d3a8d9aff0a9d6d6ef18210872b4"
"gitHead": "4f73dc322e5a34cf3e7770d10f973aa37d3830d2"
}

@@ -117,3 +117,3 @@ import {Deck, WebMercatorViewport, MapView, _flatten as flatten} from '@deck.gl/core';

...currProps,
// TODO: import these defaults from a single source of truth
// TODO: remove with withParametersWebGL
parameters: {

@@ -128,3 +128,3 @@ depthMask: true,

...currProps.parameters
},
} as any,
views: currProps.views || [new MapView({id: 'mapbox'})]

@@ -131,0 +131,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