Socket
Socket
Sign inDemoInstall

htmlprocessor

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

2

lib/blocktypes.js

@@ -34,3 +34,3 @@ /*

// Check if only the path was provided to leave the original asset name intact
asset = (!path.extname(block.asset) && /\//.test(block.asset))? block.asset + path.basename(asset) : block.asset;
asset = (!path.extname(block.asset) && /\//.test(block.asset)) ? path.join(block.asset, path.basename(asset)) : block.asset;

@@ -37,0 +37,0 @@ replaced = true;

{
"name": "htmlprocessor",
"description": "Process html file using special comments",
"version": "0.1.5",
"version": "0.1.6",
"author": {

@@ -6,0 +6,0 @@ "name": "Denis Ciccale",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc