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

@3dnest/spoke-geometry

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3dnest/spoke-geometry - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

src/Polygon/collisionPolygon.d.ts

5

package.json
{
"name": "@3dnest/spoke-geometry",
"version": "0.1.0",
"version": "0.2.0",
"description": "A software project that provides easy access to efficient and reliable geometric algorithms in the form of a ES6+ library.",

@@ -43,4 +43,3 @@ "keywords": [

"@produck/charon": "^0.3.0"
},
"gitHead": "12647dd4b84e9d1169cf4a1365557c9f7adc3368"
}
}

4

src/Polygon/index.d.ts
export { containsPoint } from './containsPoint';
export { area } from './area';
export { area } from './area';
export { overlapPolygon } from './overlapPolygon';
export { collisionPolygon } from './collisionPolygon';
export { containsPoint } from './containsPoint.js';
export { area } from './area.js';
export { area } from './area.js';
export { overlapPolygon } from './overlapPolygon.js';
export { collisionPolygon } from './collisionPolygon.js';
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