Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@crabnebula/packager-resource-resolver

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crabnebula/packager-resource-resolver

Resource resolver for apps that was packaged by [`@crabnebula/packager`](https://www.npmjs.com/package/@crabnebula/packager).

latest
npmnpm
Version
0.1.2
Version published
Maintainers
0
Created
Source

@crabnebula/packager-resource-resolver

Resource resolver for apps that was packaged by @crabnebula/packager.

It resolves the root path which contains resources, which was set using the resources field of cargo packager configuration.

Get the resource path

import {
  resourcesDir,
  PackageFormat,
} from "@crabnebula/packager-resource-resolver";

const dir = resourcesDir(PackageFormat.Nsis);

Licenses

MIT or MIT/Apache 2.0 where applicable.

FAQs

Package last updated on 02 Sep 2024

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