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

any-snow

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-snow

dropable elements plugin

latest
Source
npmnpm
Version
1.7.2
Version published
Maintainers
1
Created
Source

snow

javascript下雪插件

安装

npm i any-snow -S

使用

// browser
<script src="./snow.js"></script>
new $Snow(options);

// commonjs
const $Snow = require('any-snow');
new $Snow(options);

// es module
import $Snow from '$Snow';
new $Snow(options);

配置项

  • 见index.html

预览 https://hinisal.github.io/snow/

Keywords

snow

FAQs

Package last updated on 14 Jun 2018

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