Socket
Socket
Sign inDemoInstall

@mathigon/core

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathigon/core

JavaScript utilities library containing function wrappers, string and array helper functions, type checking and event classes.


Version published
Weekly downloads
1.7K
decreased by-34.27%
Maintainers
1
Weekly downloads
 
Created
Source

Core.js

Core.js is a JavaScript utilities library containing function wrappers, string and array helper functions, type checking and event classes. It was developed for the mathematics education project Mathigon.org.

Quick start

Core.js is not intended to be used on its own, but as a dependency of another module or application. You can install it easily using npm install @mathigon/core.

Now use ES6 imports to require specific classes or functions:

import { average, Evented } from '@mathigon/core'

Finally, compile your JavaScript using rollup. Remember to include a plugin like rollup-plugin-node-resolve to correctly resolve the imports.

Documentation

Coming soon!

Contributing

While core.js was developed specifically for use by Mathigon, many of the functions are generic and reusable. We welcome community contributions: please file bugs or send us pull requests. You can find out more on Mathigon's contributions page.

Code and documentation are copyright (c) Mathigon. Released under the MIT license.

Keywords

FAQs

Package last updated on 02 Jul 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

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