deyihu-flatbush
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"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" | ||
} | ||
} |
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
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
160293
10
1795
0
11
No