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

@any86/load-image

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@any86/load-image

加载图片

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@any86/quick-sort

NPM Version

快速排序, 原地排序, 非递归版本.

安装

npm i -S @any86/quick-sort

快速开始

import qSort from '@any86/quick-sort';

// 正序排列
const array1 = [100,1,99];
const arraySorted = qSort(array);

// 倒序排列, 指定排序的字段
const array1 = [{a:100},{a:1},{a:99}];
const array1Sorted = qSort(array1, (a,b)=>b.a-a.a);

Keywords

load-image

FAQs

Package last updated on 19 Apr 2022

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