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

@code-dot-org/p5

Package Overview
Dependencies
Maintainers
11
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-dot-org/p5

[![Build Status](https://travis-ci.org/processing/p5.js.svg?branch=master)](https://travis-ci.org/processing/p5.js) [![npm version](https://badge.fury.io/js/p5.svg)](https://www.npmjs.com/package/p5)

  • 0.5.4-cdo.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
873
increased by48.47%
Maintainers
11
Weekly downloads
 
Created
Source

This is the Code.org fork of p5.js. You can check out the main project here!

Setup

  1. Clone the repository
  2. npm install

Publishing a new version

Note: This process requires you to be signed in to the NPM CLI with your Code.org credentials.

  1. npm install
  2. npm run build to generate the build contents within lib/.
  3. Update the version in package.json to the desired new version.
  4. Optional: npm publish --dry-run. This will tell you the tarball contents (AKA the files that will be in the published package) and the version of the published package.
  5. npm publish
  6. Commit the updated version in package.json and push it to the main branch.

FAQs

Package last updated on 16 Apr 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

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