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

@types/shell-quote

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/shell-quote - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

9

shell-quote/index.d.ts
// Type definitions for shell-quote 1.6
// Project: https://github.com/substack/node-shell-quote
// Definitions by: Jason Cheatham <https://github.com/jason0x43>
// Cameron Diver <https://github.com/CameronDiver>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
export type ParseEntry =
| string
| { op: string }
| { op: 'glob'; pattern: string }
| { comment: string };
export function quote(args: string[]): string;

@@ -12,2 +19,2 @@ export function parse(

opts?: { [key: string]: string }
): string[];
): ParseEntry[];

16

shell-quote/package.json
{
"name": "@types/shell-quote",
"version": "1.6.0",
"version": "1.6.1",
"description": "TypeScript definitions for shell-quote",

@@ -9,15 +9,21 @@ "license": "MIT",

"name": "Jason Cheatham",
"url": "https://github.com/jason0x43"
"url": "https://github.com/jason0x43",
"githubUsername": "jason0x43"
},
{
"name": "Cameron Diver",
"url": "https://github.com/CameronDiver",
"githubUsername": "CameronDiver"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "eb317baa63e7ac6e1e2c4db0f68df3b38c59a33e1444937be1902e14ed7d7e2f",
"typesPublisherContentHash": "d70152e3174099dbdc5d1c509043b70b5b28a757ab9e9c05df0e96e593cf4b50",
"typeScriptVersion": "2.2"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for shell-quote (https://github.com/substack/node-shell-quote).
This package contains type definitions for shell-quote ( https://github.com/substack/node-shell-quote ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote
Additional Details
* Last updated: Fri, 14 Jul 2017 14:18:49 GMT
* Last updated: Fri, 25 Jan 2019 00:35:22 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Jason Cheatham <https://github.com/jason0x43>.
These definitions were written by Jason Cheatham <https://github.com/jason0x43>, Cameron Diver <https://github.com/CameronDiver>.
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