Socket
Socket
Sign inDemoInstall

@mini-types/aliauto

Package Overview
Dependencies
0
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mini-types/aliauto


Version published
Maintainers
3
Created

Changelog

Source

3.0.14 (2024-01-16)

Features

  • worker: inherit from lib.webworker.d.ts (#42) (ca45bb3)

Readme

Source

@mini-types/aliauto

如何使用

安装 @mini-types/aliauto@mini-types/global 两个包

npm install @mini-types/global @mini-types/aliauto --save-dev
# or
yarn add -D @mini-types/global @mini-types/aliauto

tsconfig.json 文件中指定 types 配置。

{
  "compilerOptions": {
    "types": ["@mini-types/global", "@mini-types/aliauto"]
  }
}

Keywords

FAQs

Last updated on 16 Jan 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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc