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

bitshadowitems

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitshadowitems

Components for Bit-Shadow Machine simulations.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Build status

bitshadowitems

Components for Bit-Shadow Machine simulations.

##Install

To include bitshadowitems as a component in your project, use the node module.

npm install bitshadowitems --save

You can also use the standalone version and reference the js file from your document.

<html>
  <head>
    <script src="scripts/bitshadowitems.min.js" type="text/javascript" charset="utf-8"></script>
  </head>
  ...

##Usage

Please review the docs for more details.

##Building this project

This project uses Grunt. To build the project first install the node modules.

npm install

Next, run grunt.

grunt

To run the tests, run 'npm test'.

npm test

To check test coverage run 'grunt coverage'.

grunt coverage

A pre-commit hook is defined in /pre-commit that runs jshint. To use the hook, run the following:

ln -s ../../pre-commit .git/hooks/pre-commit

A post-commit hook is defined in /post-commit that runs the Plato complexity analysis tools. To use the hook, run the following:

ln -s ../../post-commit .git/hooks/post-commit

View the code complexity report.

FAQs

Package last updated on 15 Sep 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