urdf-loader
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -7,2 +7,6 @@ # Changelog | ||
## [0.7.1] - 2019-06-29 | ||
### Fixed | ||
- Typescript definition file for URDFLoader. | ||
## [0.7.0] - 2019-06-28 | ||
@@ -9,0 +13,0 @@ ### Changed |
{ | ||
"name": "urdf-loader", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "URDF Loader for THREE.js and webcomponent viewer", | ||
@@ -11,3 +11,3 @@ "main": "umd/URDFLoader.js", | ||
"test": "rollup -c && jest", | ||
"lint": "eslint ./*.js ./test/*.js", | ||
"lint": "eslint ./src/*.js ./test/*.js", | ||
"coverage": "nyc report --reporter=html & opn coverage/index.html" | ||
@@ -35,2 +35,3 @@ }, | ||
"graphics", | ||
"ros", | ||
"robotics", | ||
@@ -37,0 +38,0 @@ "urdf", |
@@ -19,3 +19,4 @@ import { LoadingManager, Object3D } from 'three'; | ||
}; | ||
} | ||
export default class URDFLoader { | ||
@@ -22,0 +23,0 @@ |
@@ -0,0 +0,0 @@ (function (global, factory) { |
@@ -0,0 +0,0 @@ (function (global, factory) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
319173
20
3356
5