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

victor

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victor - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

bower.json

@@ -8,3 +8,3 @@ {

},
"version": "0.1.4",
"version": "0.2.2",
"homepage": "https://github.com/maxkueng/victor",

@@ -11,0 +11,0 @@ "authors": [

@@ -763,2 +763,4 @@ exports = module.exports = Victor;

this.y = ny;
return this;
};

@@ -768,3 +770,3 @@

angle = degrees2radian(angle);
this.rotate(angle);
return this.rotate(angle);
};

@@ -775,3 +777,3 @@

this.rotate(angle);
return this.rotate(angle);
};

@@ -781,3 +783,3 @@

rotation = degrees2radian(rotation);
this.rotateBy(rotation);
return this.rotateBy(rotation);
};

@@ -784,0 +786,0 @@

{
"name": "victor",
"version": "0.2.1",
"version": "0.2.2",
"description": "A JavaScript 2D vector class with methods for common vector operations",

@@ -5,0 +5,0 @@ "keywords": [

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