Socket
Socket
Sign inDemoInstall

hexo-abbrlink

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-abbrlink - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

index.js

@@ -26,3 +26,4 @@ 'use strict';

//生成处理后的文章
var postStr=front.stringify(tmpPost);
let postStr=front.stringify(tmpPost);
postStr='---\n'+postStr;
fs.writeFileSync(data.full_source,postStr,'utf-8');

@@ -29,0 +30,0 @@ log.i("已为%s生成连接%s",data.title,abbrlink);

{
"name": "hexo-abbrlink",
"version": "1.0.1",
"version": "1.0.2",
"description": "create one and only link for every post for hexo",

@@ -5,0 +5,0 @@ "main": "index.js",

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