Socket
Socket
Sign inDemoInstall

gulp-iz-preprocessor

Package Overview
Dependencies
26
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -67,3 +67,3 @@ /**

for( let j = 0, path, text; buildTarget = buildTargets.shift() ; ++j ){
path = '/' + normalizationPath( task.dir ) + '/' + normalizationPath( task.prefix ) + buildTarget + '.' + TGT_FILE_TYPE;
path = './' + normalizationPath( task.dir ) + '/' + normalizationPath( task.prefix ) + buildTarget + '.' + TGT_FILE_TYPE;
if( task.targets && task.targets.indexof( buildTarget ) === -1 ){

@@ -77,3 +77,3 @@ SHOW_LOG && console.log( '[' + taskName + ']' + ( j + 1 ) + '/' + totalTargets + ':[' + path + '] skiped.' );

this.push(new Vinyl({
base : '/',
// base : './',
path : path,

@@ -80,0 +80,0 @@ contents : Buffer.from( text )

{
"name": "gulp-iz-preprocessor",
"version": "1.0.2",
"version": "1.0.3",
"description": "Comment-based preprocessor.",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc