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

animal-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animal-js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.npmignore

47

index.js
module.exports = THREE => {
const ANIMALS = [
/* 'ammonite', */
'badger',
'bear',
'beetle',
/* 'bigfish', */
'boar',
'bunny',
'chick',
'chicken',
'cow',
/* 'cubelet', */
'deer',
/* 'dungeon_master', */
'elephant',
/* 'fish',
'ghost', */
'giraffe',
/* 'gull', */
'horse',
'mammoth',
/* 'oerrki',
'penguin',
'piranha',
'pterodactyl', */
'rat',
'sheep',
'skunk',
'smallbird',
'spider',
/* 'swamplurker', */
'turtle',
/* 'trilobite', */
'velociraptor',
/* 'villager',
'walker',
'warthog',
'wasp',
'whale',
'witch', */
'wolf',
/* 'zombie',
'zombie_brute', */
];
const DATA_PATH = __dirname;
const ANIMAL_SHADER = {

@@ -330,2 +375,4 @@ uniforms: {

};
animal.ANIMALS = ANIMALS;
animal.DATA_PATH = DATA_PATH;
animal.ANIMAL_SHADER = ANIMAL_SHADER;

@@ -332,0 +379,0 @@

2

package.json
{
"name": "animal-js",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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