New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@apjs/vector

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apjs/vector - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+13
README.md
# Vector
A vector is an entity that has direction and magnitude. Geometrically it is represented by a line segment where the length of the line denotes the magnitude and the arrow gives us the direction. This is useful for mathematically describing things like position, velocity, acceleration, and forces, among other things.
## Authors
- [@agredo-alejo](https://github.com/agredo-alejo)
## License
[MIT](https://choosealicense.com/licenses/mit/)
+10
-3
{
"name": "@apjs/vector",
"version": "1.0.0",
"version": "1.0.1",
"description": "A vector is an entity that has direction and magnitude. Geometrically it is represented by a line segment where the length of the line denotes the magnitude and the arrow gives us the direction. This is useful for mathematically describing things like position, velocity, acceleration, and forces, among other things.",

@@ -15,6 +15,13 @@ "main": "build/index.js",

"keywords": [
"vector"
"vector",
"vectors",
"math",
"mathematics",
"linear algebra",
"geometry",
"gamedev",
"typescript"
],
"author": "agredoalejo",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -21,0 +28,0 @@ "url": "https://github.com/agredo-alejo/vector/issues"