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

xapi-validation

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xapi-validation

Validation library for the xAPI.

latest
Source
npmnpm
Version
2.1.4
Version published
Weekly downloads
507
-27.78%
Maintainers
1
Weekly downloads
 
Created
Source

xapi-validation

NPM Package Version Build Status Greenkeeper badge semantic-release Join the chat at https://gitter.im/LearningLocker/learninglocker

This is Learning Locker's package for validating xAPI Statements. The package aims to return all of the problems with an xAPI statement in one function call. Since this package is part of Learning Locker, it has been conformance tested. You can try this package out on RunKit.

Learning Locker is a trademark of HT2 Inc.

Installation

To install all of Learning Locker, see the installation documentation. To install just the xAPI validation package, you can follow the instructions below.

npm i xapi-validation

Development

  • Download the code by either:
    • Cloning the repository (authorised collaborators only) git clone git@github.com:LearningLocker/xapi-validation.git.
    • Forking the repository and cloning the fork.
  • Change to the directory of the cloned code cd xapi-validation.
  • Install dependencies npm install.
  • Make your changes to the "src" directory.
  • Build the code npm run build.
  • Test the code npm test.
  • Commit and push your changes npm run acp.
  • Create a pull request.

FAQs

Package last updated on 06 Nov 2017

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