Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@jopi-loader/tools

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jopi-loader/tools

Tools for jopi-loader

npmnpm
Version
1.0.34
Version published
Weekly downloads
223
6.19%
Maintainers
1
Weekly downloads
 
Created
Source

Jopi Loader

What is it?

It's a loader, which allows custom imports for types for node.js and bun.js. His main goal is allowing doing React SSR (server side) with a high libary compatibility.

  • For Node.js and bun.js, it allows:

    • Importing css module import style from "style.module.css.
    • Importing scss module import style from "style.module.scss.
  • For Node.js, it allows:

    • Importing CSS, images, font.
    • When imported the value returned is the full path to the resource.
    • Ex: import cssFilePath from "my-style.css".

It's also export a module for EsBuild, to enable css-modules.

How to use?

See documentation for jopin tool, which automatic things link.

FAQs

Package last updated on 25 Sep 2025

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