Skip to main content
Home

Built and signed on GitHub Actions

A static code analysis tool for JavaScript and TypeScript.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a year ago (1.1.0)

A static analysis tool for JavaScript and TypeScript that provides code toxicity information.

Example

Fetches the @std/assert library for Deno and its dependencies and returns a map of the code toxicity statistics.

import { instantiate, stats } from "jsr:@higher-order-testing/nocuous";

await instantiate();

const results = await stats(new URL("https://jsr.io/@std/assert/1.0.6/mod.ts"));

console.log(results);
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@higher-order-testing/nocuous

Import symbol

import * as nocuous from "@higher-order-testing/nocuous";
or

Import directly with a jsr specifier

import * as nocuous from "jsr:@higher-order-testing/nocuous";

Add Package

pnpm i jsr:@higher-order-testing/nocuous
or (using pnpm 10.8 or older)
pnpm dlx jsr add @higher-order-testing/nocuous

Import symbol

import * as nocuous from "@higher-order-testing/nocuous";

Add Package

yarn add jsr:@higher-order-testing/nocuous
or (using Yarn 4.8 or older)
yarn dlx jsr add @higher-order-testing/nocuous

Import symbol

import * as nocuous from "@higher-order-testing/nocuous";

Add Package

vlt install jsr:@higher-order-testing/nocuous

Import symbol

import * as nocuous from "@higher-order-testing/nocuous";

Add Package

npx jsr add @higher-order-testing/nocuous

Import symbol

import * as nocuous from "@higher-order-testing/nocuous";

Add Package

bunx jsr add @higher-order-testing/nocuous

Import symbol

import * as nocuous from "@higher-order-testing/nocuous";