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

shioriloader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shioriloader

Ikagaka Shiori Loader

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

ShioriLoader

npm npm license npm download total npm download by month

Dependency Status devDependency Status Travis Build Status AppVeyor Build Status codecov.io Code Climate Codacy Badge Greenkeeper badge

伺かの栞サブシステムをロードします。

Usage

<script src="ShioriLoader.js"></script>
<script src="shioridetector-common_names.js"></script>
<script src="kawariworker.js"></script>

<script>
var ShioriLoader = shioriLoader.ShioriLoader;
ShioriLoader.shioriDetectors.push(function(){...}); // 追加の栞判定関数登録
ShioriLoader.shioriDetectors.push(function(){...});
// shioridetector-common_names.jsなど栞判定関数ライブラリを読み込めば自動的に登録されている。

ShioriLoader.detectShiori().then(function(shiori){
  shiori.load(dirpath).then(...);
}, function(error){
  throw error;
});
</script>

API Documents

API Documents

References

License

This is released under MIT License.

Keywords

ikagaka

FAQs

Package last updated on 14 Jan 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