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.4.1 to 0.4.2

example/styles.css

5

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

@@ -17,3 +17,4 @@ "scripts": {

"example/index.js",
"example/dragAndDrop.js"
"example/dragAndDrop.js",
"example/styles.css"
],

@@ -20,0 +21,0 @@ "license": "Apache-2.0",

6

README.md

@@ -28,5 +28,5 @@ # javascript urdf-loader

{
packageName : '.../package/dir/'
}, // The equivelant of a (list of) ROS package(s):// directory
robot => { }, // The robot is loaded!
packageName : '.../package/dir/' // The equivelant of a (list of) ROS package(s):// directory
},
robot => { }, // The robot is loaded!
{

@@ -33,0 +33,0 @@ loadMeshCb: (path, ext, done) => { }, // Callback for each mesh for custom mesh processing and loading code

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