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

tar-pack

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

tar-pack - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

LICENSE

7

index.js

@@ -14,8 +14,3 @@ "use strict"

var path = require('path')
var fs
try {
fs = require('graceful-fs')
} catch (ex) {
fs = require('fs')
}
var fs = require('graceful-fs')

@@ -22,0 +17,0 @@ var win32 = process.platform === 'win32'

{
"name": "tar-pack",
"version": "2.0.0",
"version": "2.0.1",
"description": "Package and un-package modules of some sort (in tar/gz bundles).",

@@ -13,6 +13,4 @@ "scripts": {

"license": "BSD",
"optionalDependencies": {
"graceful-fs": "1.2"
},
"dependencies": {
"graceful-fs": "4.1",
"uid-number": "0.0.3",

@@ -19,0 +17,0 @@ "once": "~1.1.1",

@@ -5,5 +5,5 @@ # Tar Pack

[![Build Status](https://travis-ci.org/ForbesLindesay/tar-pack.png?branch=master)](https://travis-ci.org/ForbesLindesay/tar-pack)
[![Dependency Status](https://gemnasium.com/ForbesLindesay/tar-pack.png)](https://gemnasium.com/ForbesLindesay/tar-pack)
[![NPM version](https://badge.fury.io/js/tar-pack.png)](http://badge.fury.io/js/tar-pack)
[![Build Status](https://img.shields.io/travis/ForbesLindesay/tar-pack/master.svg)](https://travis-ci.org/ForbesLindesay/tar-pack)
[![Dependency Status](https://img.shields.io/gemnasium/ForbesLindesay/tar-pack.svg)](https://gemnasium.com/ForbesLindesay/tar-pack)
[![NPM version](https://img.shields.io/npm/v/tar-pack.svg)](http://badge.fury.io/js/tar-pack)

@@ -10,0 +10,0 @@ ## Installation

@@ -0,0 +0,0 @@ var tar = require('../')

Sorry, the diff of this file is not supported yet

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