New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pacman-react

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

pacman-react

Pacman game written as a React component

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

pacman-react

Pacman game written as a React component

Dependencies

To build this project, run:

  • npm install && npm run build

Note that rsync is required.

Testing

Tests are written in the Mocha framework. To run them:

  • npm test

Use as a dependency

To use pacman-react as a dependency, run (in your project)

npm install -S pacman-react

Then you can do something like the following:

import { render } from 'react-dom';
import Pacman from 'pacman-react';

render(<Pacman />, document.getElementById('root'));

Note that you will need a loader to handle sass files with an scss extension. Webpack with sass-loader should suffice.

Development

To run a development server:

  • npm run dev

This has hot module replacement so you can work on files in the src/Pacman directory and they should be updated on the fly.

FAQs

Package last updated on 06 Sep 2019

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

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