Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexo-generator-indexed

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-generator-indexed - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

4

index.js

@@ -5,5 +5,3 @@ /* global hexo */

const merge = require('lodash/merge');
hexo.config.index_generator = merge({
hexo.config.index_generator = Object.assign({
per_page: typeof hexo.config.per_page === 'undefined' ? 10 : hexo.config.per_page,

@@ -10,0 +8,0 @@ order_by: '-date'

{
"name": "hexo-generator-indexed",
"version": "0.2.0",
"version": "1.0.0",
"description": "Index generator for Hexo.",

@@ -33,20 +33,19 @@ "main": "index",

],
"author": "Mimi <zsq@zsq.im> (https://zhangshuqiao.org)",
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"maintainers": [
"rizon",
"Tommy Chen <tommy351@gmail.com> (http://zespia.tw)"
"Mimi <stevenjoezhang@gmail.com> (https://zhangshuqiao.org)"
],
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.4.0",
"eslint-config-hexo": "^3.0.0",
"hexo": "^3.9.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
"chai": "4.2.0",
"eslint": "6.5.1",
"eslint-config-hexo": "3.0.0",
"hexo": "3.9.0",
"mocha": "6.2.1",
"nyc": "14.1.1"
},
"dependencies": {
"hexo-pagination": "1.0.0",
"lodash": "^4.17.4"
"lodash": "^4.17.15"
}
}
# hexo-generator-indexed
[![Npm Version](https://img.shields.io/npm/v/hexo-generator-indexed.svg)](https://npmjs.org/package/hexo-generator-indexed)
[![Npm Downloads Month](https://img.shields.io/npm/dm/hexo-generator-indexed.svg)](https://npmjs.org/package/hexo-generator-indexed)
[![Npm Downloads Total](https://img.shields.io/npm/dt/hexo-generator-indexed.svg)](https://npmjs.org/package/hexo-generator-indexed)
[![License](https://img.shields.io/npm/l/hexo-generator-indexed.svg)](https://npmjs.org/package/hexo-generator-indexed)
[![npm-image]][npm-url]
[![lic-image]](LICENSE)

@@ -14,4 +12,8 @@ Index generator for [Hexo].

![size-image]
[![dm-image]][npm-url]
[![dt-image]][npm-url]
``` bash
$ npm install hexo-generator-indexed --save
$ npm install hexo-generator-indexed
```

@@ -89,1 +91,10 @@

[Hexo]: http://hexo.io/
[npm-image]: https://img.shields.io/npm/v/hexo-generator-indexed?style=flat-square
[lic-image]: https://img.shields.io/npm/l/hexo-generator-indexed?style=flat-square
[size-image]: https://img.shields.io/github/languages/code-size/stevenjoezhang/hexo-generator-indexed?style=flat-square
[dm-image]: https://img.shields.io/npm/dm/hexo-generator-indexed?style=flat-square
[dt-image]: https://img.shields.io/npm/dt/hexo-generator-indexed?style=flat-square
[npm-url]: https://www.npmjs.com/package/hexo-generator-indexed
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc