New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-combo

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-combo - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

index.js

@@ -21,2 +21,8 @@ 'use strict';

var scriptTag = '<script type="text/javascript" src="' + uri + '"></script>';
var async = options.async || false;
if(async === true) {
scriptTag = '<script type="text/javascript" src="' + uri + '" async="async"></script>';
}
return scriptTag;

@@ -23,0 +29,0 @@ };

2

package.json
{
"name": "gulp-combo",
"version": "0.1.2",
"version": "0.1.3",
"description": "html scripts, links combo for gulp",

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

@@ -16,3 +16,4 @@ gulp-combo

{
splitter: ';'
splitter: ';',
async: false
}

@@ -19,0 +20,0 @@ ```

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