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.3 to 1.0.4

6

index.js

@@ -29,2 +29,8 @@ /**

if (options.prefix.length > 1) {
if (options.prefix[options.prefix.length - 1] != '/') {
options.prefix += '/';
}
}
return es.map((file, done) => {

@@ -31,0 +37,0 @@ let dest = options.dest || path.dirname(file.path);

2

package.json
{
"name": "gulp-html-dependencies",
"version": "1.0.3",
"version": "1.0.4",
"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 dependencies to your destination directory
[![Build Status](https://travis-ci.org/demsking/gulp-html-dependencies.svg?branch=master)](https://travis-ci.org/demsking/gulp-html-dependencies)
## Install

@@ -5,0 +7,0 @@

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

dest: '/tmp/dist',
prefix: '/vendor-flat',
prefix: '/vendor-flat/',
flat: true,

@@ -57,0 +57,0 @@ });

Sorry, the diff of this file is not supported yet

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