@higher-order-testing/nocuous@1.1.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
h-o-t/nocuousA 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




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
Add Package
deno add jsr:@higher-order-testing/nocuous
Import symbol
import * as nocuous from "@higher-order-testing/nocuous";
Import directly with a jsr specifier
import * as nocuous from "jsr:@higher-order-testing/nocuous";
Add Package
pnpm i jsr:@higher-order-testing/nocuous
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
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";