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

gulp-html-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-html-dependencies - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.js

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

file.contents = new Buffer(file.contents.toString().replace(REGEX, (match, attr, quote, url, pathname, engine, filename) => {
const dest_file = path.join(dest, options.flat ? path.basename(filename) : filename);
const f = options.flat ? path.basename(filename) : filename;
const dest_file = path.join(dest, f);
const url_file = path.join(options.prefix, f);

@@ -45,3 +47,3 @@ try {

return attr + '=' + quote + path.join(options.prefix, filename) + quote;
return attr + '=' + quote + url_file + quote;
}));

@@ -48,0 +50,0 @@

{
"name": "gulp-html-dependencies",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parse your HTML file and copy bower/npm files to your destination directory",

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

# gulp-html-dependencies
Parse your HTML file and copy bower/npm files to your destination directory
Parse your HTML file and copy bower/npm dependencies to your destination directory

@@ -4,0 +4,0 @@ ## Install

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