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

cervus

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cervus - npm Package Compare versions

Comparing version 0.0.12 to 0.0.14

2

package.json
{
"name": "cervus",
"version": "0.0.12",
"version": "0.0.14",
"author": "Michał Budzyński <michal@virtualdesign.pl>",

@@ -5,0 +5,0 @@ "repository": "git@github.com:michalbe/cervus.git",

@@ -88,5 +88,10 @@ import { create_float_buffer, create_index_buffer } from './context.js';

set scale(vec) {
this._scale = vec;
math.mat4.scale(this.local_matrix, this.local_matrix, vec);
}
get scale() {
return this._scale;
}
set color(hex) {

@@ -93,0 +98,0 @@ this._color = hex || '#ffffff';

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