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

edx-ui-toolkit

Package Overview
Dependencies
Maintainers
9
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-ui-toolkit - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

2

package.json
{
"name": "edx-ui-toolkit",
"version": "1.5.3",
"version": "1.5.4",
"description": "A JavaScript toolkit for building edX user interfaces",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -42,3 +42,3 @@ # edX UI Toolkit

Please refer to our [contributor guidelines](https://github.com/edx/edx-ui-toolkit/blob/master/CONTRIBUTING.md)
Please refer to our [contributor guidelines](https://github.com/edx/edx-ui-toolkit/blob/master/CONTRIBUTING.md)
for important additional information.

@@ -48,3 +48,3 @@

The UI Toolkit uses [yarn](https://yarnpkg.com) to manage its dependencies. To work with the repo locally, you will need to have yarn installed. Check [the official documentation](https://yarnpkg.com/en/docs/install) for instructions on installing on your system.
The UI Toolkit uses Node 8 to manage its dependencies. To work with the repo locally, you will need to have Node 8 installed. We recommend [using n](https://github.com/tj/n) to manage node versions on your machine.

@@ -54,3 +54,3 @@ 1. Get the code (e.g. clone the repository).

$ yarn
$ npm i

@@ -82,9 +82,9 @@ ## Linting

$ gulp doc
To upload a preview of the documentation to S3:
$ gulp preview
To update the hosted documentation:
$ gulp doc-publish
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