hexo-incremental-id
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -23,3 +23,3 @@ const fs = require('fs-extra') | ||
let beginId = Math.max.apply(null, idList) | ||
let beginId = Math.max.apply(null, idList) + 1 | ||
@@ -26,0 +26,0 @@ missingId.forEach( (fpath,index) =>{ |
{ | ||
"name": "hexo-incremental-id", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Ensures incremental id for pages", | ||
@@ -5,0 +5,0 @@ "main": "index", |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
4220
5
1