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

@loaders.gl/draco

Package Overview
Dependencies
Maintainers
9
Versions
338
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/draco - npm Package Compare versions

Comparing version 1.1.0-beta.1 to 1.1.0

LICENSE

7

dist/es6/draco-parser.js

@@ -156,6 +156,5 @@ const draco3d = require('draco3d');

const dracoAttribute = decoder.GetAttribute(dracoGeometry, attributeId);
const _this$getAttributeTyp = this.getAttributeTypedArray(decoder, dracoGeometry, dracoAttribute, attributeName),
typedArray = _this$getAttributeTyp.typedArray;
const {
typedArray
} = this.getAttributeTypedArray(decoder, dracoGeometry, dracoAttribute, attributeName);
attributes[DRACO_TO_GLTF_ATTRIBUTE_NAME_MAP[attributeName]] = {

@@ -162,0 +161,0 @@ value: typedArray,

{
"name": "@loaders.gl/draco",
"version": "1.1.0-beta.1",
"version": "1.1.0",
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds",

@@ -41,5 +41,6 @@ "license": "MIT",

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "1.1.0-beta.1",
"@loaders.gl/loader-utils": "1.1.0",
"draco3d": "^1.3.4"
}
},
"gitHead": "3e703baf6d39bbefce19a509709f5dc80a1cc428"
}
# @loaders.gl/draco
[loaders.gl](https://uber-web.github.io/loaders.gl/#/docs) is a collection of framework independent 3D and geospatial parsers and encoders.
[loaders.gl](https://loaders.gl/docs) is a collection of framework independent 3D and geospatial parsers and encoders.

@@ -5,0 +5,0 @@ This module contains loader and writer for Draco compressed meshes and point clouds.

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