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

@types/tar

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tar - npm Package Compare versions

Comparing version 1.0.28 to 1.0.29

3

tar/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for tar v1.0.1
// Type definitions for tar v1.0.1
// Project: https://github.com/npm/node-tar

@@ -17,2 +17,3 @@ // Definitions by: Maxime LUCE <https://github.com/SomaticIT>

mode?: number;
noProprietary?: boolean;
uid?: number;

@@ -19,0 +20,0 @@ gid?: number;

{
"name": "@types/tar",
"version": "1.0.28",
"description": "TypeScript definitions for tar v1.0.1",
"version": "1.0.29",
"description": "TypeScript definitions for tar",
"license": "MIT",

@@ -16,4 +16,5 @@ "author": "Maxime LUCE <https://github.com/SomaticIT>",

},
"typings": "index.d.ts",
"typesPublisherContentHash": "f48ffeeccc3c3fad3867d277f2053739c2274b55dbe3bfdca52ed69c5fb1535f"
"peerDependencies": {},
"typesPublisherContentHash": "2d5b7ff73d64ddc8ffb5bed5daa75ab8ca76f1337a413abfb72eaf5d44e07816",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for tar v1.0.1 (https://github.com/npm/node-tar).
This package contains type definitions for tar (https://github.com/npm/node-tar).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/tar
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/tar
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: stream
* Last updated: Tue, 10 Jan 2017 20:55:39 GMT
* Dependencies: stream, node
* Global values: none

@@ -17,0 +15,0 @@

{
"authors": "Maxime LUCE <https://github.com/SomaticIT>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"node"
],
"moduleDependencies": [
"stream"
],
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"libraryName": "tar v1.0.1",
"typingsPackageName": "tar",
"projectName": "https://github.com/npm/node-tar",
"name": "tar",
"libraryName": "tar",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [],
"declaredModules": [
"tar"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "f48ffeeccc3c3fad3867d277f2053739c2274b55dbe3bfdca52ed69c5fb1535f"
"data": {
"authors": "Maxime LUCE <https://github.com/SomaticIT>",
"dependencies": {
"stream": "*",
"node": "*"
},
"libraryMajorVersion": 1,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "tar",
"typingsPackageName": "tar",
"projectName": "https://github.com/npm/node-tar",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"tar/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "2d5b7ff73d64ddc8ffb5bed5daa75ab8ca76f1337a413abfb72eaf5d44e07816"
},
"isLatest": true
}
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