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

d3-octree

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-octree - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

.eslintrc.json

26

package.json
{
"name": "d3-octree",
"version": "0.1.2",
"version": "0.1.3",
"description": "Three-dimensional recursive spatial subdivision.",

@@ -12,3 +12,3 @@ "keywords": [

"homepage": "https://github.com/vasturiano/d3-octree",
"license": "BSD-3-Clause",
"license": "MIT",
"author": {

@@ -18,5 +18,6 @@ "name": "Vasco Asturiano",

},
"main": "build/d3-octree.js",
"module": "index",
"jsnext:main": "index",
"main": "dist/d3-octree.js",
"unpkg": "dist/d3-octree.min.js",
"jsdelivr": "dist/d3-octree.min.js",
"module": "src/index.js",
"repository": {

@@ -27,14 +28,13 @@ "type": "git",

"scripts": {
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-octree.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-octree.js -c -m -o build/d3-octree.min.js"
"pretest": "rollup -c",
"test": "tape 'test/**/*-test.js' && eslint src test",
"prepublishOnly": "rm -rf dist && yarn test"
},
"devDependencies": {
"d3-array": "1",
"eslint": "3",
"package-preamble": "0.0",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
"eslint": "5",
"rollup": "0.64",
"rollup-plugin-terser": "1",
"tape": "4"
}
}
# d3-octree
[![NPM](https://nodei.co/npm/d3-octree.png?compact=true)](https://nodei.co/npm/d3-octree/)
Ported version of D3's [Quadtree](https://github.com/d3/d3-quadtree), to use with three dimensional data structures, by adding the z coordinate.

@@ -4,0 +6,0 @@

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