Socket
Socket
Sign inDemoInstall

ali_rear_end

Package Overview
Dependencies
63
Maintainers
1
Versions
680
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ali_rear_end

阿狸后端专用集成


Version published
Weekly downloads
111
decreased by-92.77%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ali_rear_end

这是一个ali专用后端集成库,会经常变动,别使用

安装

npm

支持 esm、commonjs、requirejs 语法引入

esm

引入
import utils from 'jtoolset'
或
import utils from 'jtoolset/lib/jtoolset-min'

或者

import { 方法名 } from 'jtoolset'
或
import { 方法名 } from 'jtoolset/lib/jtoolset-min'
调用

utils.方法名

commonjs

引入
let utils = require('jtoolset')
或
let utils = require('jtoolset/lib/jtoolset-min')

Keywords

FAQs

Last updated on 06 Dec 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc