New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fenrir

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenrir

Scene editor for lokijs game engine.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

fenrir

Overview

Scene editor for lokijs game engine. Saves scenes in JSON format for later loading by the running lokijs game.

Architecture

Server

A nodejs connect server with three functions:

  • Serve static assets from the current working directory to allow for game testing.
  • Serve fenrir web application from /fenrir endpoint.
  • Expose fenrir APIs for use by the web application at /fenrir/api.

Extensions

fenrir will, on startup, search the package.json file of the current working directory, looking at the dependencies and devDependencies fields. fenrir will then load each module's package.json file from node_modules and look for a custom field named "fenrir". If found, that module will be assumed to be a fenrir extension and will be loaded into the running server as such.

What fenrir extensions actually look and work like is TBD.

License

MIT

Nitpicky stuff

It's "fenrir", all lowercase.

FAQs

Package last updated on 04 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts