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.7 to 0.0.8

6

core.js

@@ -1,6 +0,6 @@

import { Game } from 'core/game.js';
import { Entity } from 'core/entity.js';
import { math } from 'core/math.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 };

@@ -1,4 +0,4 @@

import { Basic } from 'materials/basic.js';
import { Phong } from 'materials/phong.js';
import { Basic } from './src/materials/basic.js';
import { Phong } from './src/materials/phong.js';
export { Basic };
export { Phong };

@@ -1,4 +0,4 @@

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

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

@@ -1,6 +0,6 @@

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