New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

three-pathfinding

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-pathfinding - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

14

package.json
{
"name": "three-pathfinding",
"version": "0.5.0",
"version": "0.5.1",
"description": "Navigation mesh toolkit for three.js, based on PatrolJS",

@@ -32,3 +32,15 @@ "main": "src/index.js",

"replace-between": "0.0.8"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"env"
]
}
]
]
}
}

5

README.md

@@ -16,6 +16,7 @@ # three-pathfinding

```js
const Path = require('three-pathfinding');
const pathfinder = new Path();
// Create level.
const ZONE = 'level1';
const pathfinder = new Path();
pathfinder.setZoneData(ZONE, Path.createZone(this.navMesh.geometry));

@@ -22,0 +23,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