New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@exercism/highlightjs-uiua

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exercism/highlightjs-uiua - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "@exercism/highlightjs-uiua",
"module": "src/uiua.ts",
"main": "dist/uiua.js",
"types": "dist/uiua.d.ts",
"main": "src/uiua.js",
"types": "src/uiua.d.ts",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"author": {

@@ -9,0 +9,0 @@ "name": "Erik Schierboom"

@@ -1,5 +0,21 @@

# highlightjs-uiua
# highlightjs-uiua middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/exercism/highlightjs-uiua/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@exercism/highlightjs-uiua.svg?style=flat)](https://www.npmjs.com/package/@exercism/highlightjs-uiua)
This repository contains a highlightjs plugin for the [Uiua language](https://www.uiua.org/).
## Installation
To install the package, run:
```shell
npm install @exercism/highlightjs-uiua
```
## Publish on NPM
To publish the package, run:
```shell
bun run publish
```
## Local development

@@ -9,3 +25,3 @@

```bash
```shell
bun install

@@ -16,3 +32,3 @@ ```

```bash
```shell
bun dev

@@ -22,6 +38,1 @@ ```

This will start a [Vite dev server](https://vite.dev/) that contains some Uiua code and some highlighted text.
## TODOs
1. Publish on NPM
1. Integrate on Exercism
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