Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stencila-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stencila-js

Stencila components for Javascript

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

stencila/js : Stencila for Javascript

Build status Code coverage Dependency status Chat

This package contains code that is shared amongst other Stencila Javascript-based packages: node (the package for Node.js) and web (the package for web browsers):

  • data pack and unpack functions for transferring data over the wire and between languages
  • a JsSession class for executing code in Javascript

Install

npm install stencila-js --save

Discover

Documentation is available at https://stencila.github.io/js.

Discuss

We love feedback. Create a new issue, add to existing issues or chat with members of the community.

Develop

Most development tasks can be run directly from npm or via make wrapper recipes.

Tasknpmmake
Install and setup dependenciesnpm installmake setup
Check code for lintnpm run lintmake lint
Run testsnpm testmake test
Run tests with coveragenpm run covermake cover
Build documentationnpm run docsmake docs
Serve and watch docs for updatesnpm run docs-servemake docs-serve
Cleanmake clean

Tests live in the tests folder and are written using the tape test harness. And, in another breathtaking display of naming logic, documentation lives in the docs folder. Docs are published using Github Pages, so to update them after making changes run make docs, commit the updated docs and do a git push.

Keywords

FAQs

Package last updated on 05 Jan 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