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.8 to 0.0.9

5

core.js
import { Game } from './src/core/game.js';
import { Entity } from './src/core/entity.js';
import { math } from './src/core/math.js';
export { Entity };
export { Game };
export { math };
export { Entity , Game, math };

3

materials.js
import { Basic } from './src/materials/basic.js';
import { Phong } from './src/materials/phong.js';
export { Basic };
export { Phong };
export { Basic, Phong };
import * as defaults from './src/misc/defaults.js';
import * as utils from './src/misc/utils.js';
export { defaults };
export { utils };
export { defaults, utils };
{
"name": "cervus",
"version": "0.0.8",
"version": "0.0.9",
"author": "Michał Budzyński <michal@virtualdesign.pl>",

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

import { Box } from './src/shapes/box.js';
import { Plane } from './src/shapes/plane.js';
import { Sphere } from './src/shapes/sphere.js';
export { Box };
export { Plane };
export { Sphere };
export { Box, Plane, Sphere };
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