Socket
Socket
Sign inDemoInstall

gulp-untar

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-untar - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

README.md

4

index.js
var through = require('through2')
var parse = require('tar').Parse
var gutil = require('gulp-util')
var Vinyl = require('vinyl')
var path = require('path')

@@ -40,3 +40,3 @@ var streamifier = require('streamifier')

this.push(new gutil.File({
this.push(new Vinyl({
contents: new Buffer(data),

@@ -43,0 +43,0 @@ path: path.normalize(path.dirname(file.path) + '/' + entry.props.path),

{
"name": "gulp-untar",
"version": "0.0.6",
"version": "0.0.7",
"description": "Extract tarballs in your gulp build pipeline",

@@ -8,6 +8,6 @@ "main": "index.js",

"event-stream": "~3.3.4",
"gulp-util": "~3.0.8",
"streamifier": "~0.1.1",
"tar": "^2.2.1",
"through2": "~2.0.3"
"through2": "~2.0.3",
"vinyl": "^1.2.0"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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