You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hexo-filter-base64

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

hexo-filter-base64

Hexo filter that transforms files into base64 URIs

0.0.2
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

hexo-filter-base64

npm npm NPM Dependencies issues

Hexo filter that transforms files into base64 URIs

Installation

$ npm install hexo-filter-base64

Usage

The filter is enabled by default with the configuration:

filter_base64:
  enabled: true
  limit: 100000

Options

enabled

Type: Boolean Default: true

The filter will only work if true.

limit

Type: Number Default: 100000

A Number specifying the maximum size of a file in bytes. If the file is less than or equal to the limit, it will be transformed into a base64 string.

Keywords

css

FAQs

Package last updated on 09 Aug 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