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

d0051ss

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

d0051ss

A web application for UNPKG distribution

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

UP - Web Application

这是一个准备发布到UNPKG的Web应用程序。

使用方法

通过UNPKG访问

<!-- 直接访问主页 -->
https://unpkg.com/d0051s@latest/

<!-- 或者引用特定文件 -->
https://unpkg.com/d0051s@latest/index.html

<!-- 访问静态资源 -->
https://unpkg.com/d0051s@latest/static/images/4-001.png
https://unpkg.com/d0051s@latest/static/css/base.css

本地开发

  • 克隆或下载项目
  • 使用任何HTTP服务器打开 index.html
  • 或者直接在浏览器中打开 index.html

项目结构

up/
├── index.html          # 主入口文件
├── package.json        # NPM包配置
├── static/            # 静态资源
│   ├── css/           # 样式文件
│   ├── js/            # JavaScript文件
│   ├── images/        # 图片资源
│   └── fonts/         # 字体文件
├── assets/            # 其他资源文件
└── pages/             # 页面相关资源

版本历史

  • v1.0.0: 初始版本,适配UNPKG发布

许可证

MIT

Keywords

web

FAQs

Package last updated on 14 Sep 2025

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