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.11 to 0.0.12

2

core.js
export { Game } from './src/core/game.js';
export { Entity } from './src/core/entity.js';
export { math } from './src/core/math.js';
// export { Entity , Game, math };
export { Basic } from './src/materials/basic.js';
export { Phong } from './src/materials/phong.js';
// export { Basic, Phong };
export * as defaults from './src/misc/defaults.js';
export * as utils from './src/misc/utils.js';
// export { defaults, utils };

2

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

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

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