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

apollonius

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollonius - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

CHANGELOG.md

9

package.json
{
"name": "apollonius",
"version": "1.2.1",
"version": "1.2.2",
"description": "Solves Apollonius' problem by finding a fourth circle tangent to three given circles",

@@ -14,3 +14,6 @@ "type": "module",

"files": [
"dist"
"dist",
"CHANGELOG.md",
"index.d.ts",
"index.js"
],

@@ -21,3 +24,3 @@ "scripts": {

"test:unit": "node test/index.js",
"test:types": "echo \"Expect error:\" && ! tsc test/types.ts",
"test:types": "tsc test/types.ts",
"test:cjs": "node test/commonjs.cjs",

@@ -24,0 +27,0 @@ "test": "npm run lint && npm run test:types && npm run build && npm run test:cjs && npm run test:unit",

@@ -20,3 +20,3 @@ # apollonius

[Installation](#installation) – [Usage](#usage) – [Special Cases](#special-cases) – [API](#api) – [Contribute](#contribute)
[Installation](#installation) – [Usage](#usage) – [Special Cases](#special-cases) – [API](#api) – [Contribute](#contribute) - [GitHub](https://github.com/axelpale/apollonius)

@@ -193,7 +193,13 @@

- [Affineplane](https://github.com/axelpale/affineplane) geometry library provided reference to data structures and documentation.
- [Affineplane Circlepack](https://github.com/axelpale/affineplane-circlepack) was the first application to use the `apollonius` library.
- [A theorem on circle configurations](https://arxiv.org/abs/0706.0372) by *Jerzy Kocik* provided general insight to the theory of the problem and its special cases.
## Versioning
The versioning convention of the package follows [Semantic Versioning 2.0.0](http://semver.org/).
## License
The apollonius source code is released under [MIT](LICENSE) license.
The apollonius source code is open source and free to use. It is released under [MIT license](LICENSE).
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