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

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.0.1
to
1.1.0
+1
-1
package.json
{
"name": "@apjs/vector",
"version": "1.0.1",
"version": "1.1.0",
"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.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -14,1 +14,7 @@

## Installation
```bash
npm install @apjs/vector
```
import { Vector } from "./vectorClass";
export { Vector }
/**

@@ -3,0 +4,0 @@ * If the parameter x is a vector, a new vector will be returned as the result of the elementwise addition.