New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@solidjs-use/integrations

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidjs-use/integrations

integrations functions for solidjs-use inspired completely by VueUse

latest
Source
npmnpm
Version
2.3.0
Version published
Maintainers
1
Created
Source

@solidjs-use/integrations

NPM version

This is an add-on of solidjs-use, providing integration wrappers for utility libraries.

Install

npm i solidjs-use @solidjs-use/integrations

Functions

Tree-shaking

For better tree-shaking result, import functions from submodules, for example:

import { useAxios } from '@solidjs-use/integrations/useAxios'

// Don't
import { useAxios } from '@solidjs-use/integrations'

Keywords

solidjs

FAQs

Package last updated on 06 Aug 2023

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