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

hexo-asset-image

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-asset-image - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -29,3 +29,3 @@ 'use strict';

// is a local file in post_asset_folder
src = src.substring(src.indexOf("/") + 1);
src = src.split("/").pop();
$(this).attr('src', '/' + link + src);

@@ -32,0 +32,0 @@ }

{
"name": "hexo-asset-image",
"version": "0.0.1",
"version": "0.0.2",
"description": "Give asset image in hexo a absolutely path automatically",

@@ -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