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

urdf-loader

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urdf-loader - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

0

example/index.js

@@ -0,0 +0,0 @@ /*eslint-disable*/

2

package.json
{
"name": "urdf-loader",
"version": "0.2.3",
"version": "0.2.4",
"description": "URDF Loader for THREE.js and webcomponent viewer",

@@ -5,0 +5,0 @@ "scripts": {

@@ -27,3 +27,3 @@ // urdf-viewer element

get up() { return this.getAttribute('up') || '+Y' }
get up() { return this.getAttribute('up') || '+Z' }
set up(val) { this.setAttribute('up', val) }

@@ -30,0 +30,0 @@

@@ -86,3 +86,3 @@ /*

parse(pkg, content, cb, loadMeshCb) {
cb(this._processUrdf(pkg, content, loadMeshCb || this.defaultMeshLoader))
cb(this._processUrdf(pkg, content, loadMeshCb || this.defaultMeshLoader.bind(this)))
}

@@ -89,0 +89,0 @@

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