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

@artcompiler/lib-mathcore-server

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
Package was removed
Sorry, it seems this package was removed from the registry

@artcompiler/lib-mathcore-server

A library for scoring math

unpublished
latest
npmnpm
Version
2.7.0
Version published
Maintainers
1
Created
Source

CLONING

The following shell commands clone this repo.

$ git clone git@github.com:Learnosity/mathcore.git

BUILDING

Built files are placed in ./lib/

$ make

TESTING

The library must be built before it can be tested.

Testing with Karma

$ make

Targets:

test | testwatch | algebra | chem | debug | all | math | new | number | spec

Testing with Jasmine (no Karma)

$ cd tests $ make all

MERGING

Merge a branch into master

git checkout master git merge feature-branch make

You should now have an updated mathcore.js and chemcore.js in the ../lib. Follow the "TESTING" directions to be sure.

FAQs

Package last updated on 11 Oct 2021

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