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

deyihu-flatbush

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deyihu-flatbush - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

dist/deyihu-flatbush.cjs.js

17

package.json
{
"name": "deyihu-flatbush",
"version": "4.0.0",
"version": "4.0.1",
"description": "Fast static spatial index for rectangles",
"author": "Vladimir Agafonkin",
"license": "ISC",
"type": "module",
"main": "flatbush.js",
"main": "/dist/deyihu-flatbush.cjs.js",
"module": "index.js",
"exports": "./index.js",
"sideEffects": false,

@@ -15,3 +13,3 @@ "scripts": {

"test": "node test.js",
"build": "rollup index.js -o flatbush.js -n flatbush -f umd -p node-resolve",
"build": "cross-env NODE_ENV=dev rollup -c",
"prepublishOnly": "npm run build"

@@ -21,3 +19,4 @@ },

"index.js",
"flatbush.js"
"flatbush.js",
"dist/"
],

@@ -46,2 +45,3 @@ "repository": {

"devDependencies": {
"cross-env": "^5.1.4",
"@rollup/plugin-node-resolve": "^13.3.0",

@@ -53,4 +53,7 @@ "eslint": "^8.15.0",

"rollup": "^2.72.1",
"tape": "^5.5.3"
"tape": "^5.5.3",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.3.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