Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deck.gl/mesh-layers

Package Overview
Dependencies
Maintainers
7
Versions
404
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 9.0.0-alpha.4 to 9.0.0-alpha.5

LICENSE

7

package.json

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

"license": "MIT",
"version": "9.0.0-alpha.4",
"version": "9.0.0-alpha.5",
"publishConfig": {

@@ -22,2 +22,3 @@ "access": "public"

"module": "dist/esm/index.js",
"types": "typed/index.d.ts",
"files": [

@@ -35,3 +36,3 @@ "dist",

"peerDependencies": {
"@deck.gl/core": "^8.0.0"
"@deck.gl/core": "^9.0.0-alpha"
},

@@ -44,3 +45,3 @@ "dependencies": {

},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
"gitHead": "683e985b1b91160d7930b746bbd195fc1405a687"
}

@@ -1,5 +0,5 @@

import { Layer, DefaultProps, LayerContext, Material } from '@deck.gl/core/typed';
import { Layer, DefaultProps, LayerContext, Material } from '@deck.gl/core';
import { Texture } from '@luma.gl/core';
import { Model } from '@luma.gl/engine';
import type { LayerProps, LayerDataSource, UpdateParameters, Accessor, Position, Color, TextureSource } from '@deck.gl/core/typed';
import type { LayerProps, LayerDataSource, UpdateParameters, Accessor, Position, Color, TextureSource } from '@deck.gl/core';
import type { MeshAttribute, MeshAttributes } from '@loaders.gl/schema';

@@ -6,0 +6,0 @@ import type { Geometry as GeometryType } from '@luma.gl/engine';

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