@types/shell-quote
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -9,3 +9,3 @@ // Type definitions for shell-quote 1.7 | ||
export type ControlOperator = '||' | '&&' | ';;' | '|&' | '<(' | '>>' | '>&' | '&' | ';' | '(' | ')' | '|' | '<' | '>'; | ||
export type ControlOperator = "||" | "&&" | ";;" | "|&" | "<(" | ">>" | ">&" | "&" | ";" | "(" | ")" | "|" | "<" | ">"; | ||
@@ -15,3 +15,3 @@ export type ParseEntry = | ||
| { op: ControlOperator } | ||
| { op: 'glob'; pattern: string } | ||
| { op: "glob"; pattern: string } | ||
| { comment: string }; | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "@types/shell-quote", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "TypeScript definitions for shell-quote", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "54ce85cb73372be56bfb1986d1339e02b26eb9daf63aec8155872d567fd506b3", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "bdd07100e228a3d04573223325169a371ef56f6d9800d70156b483dbe5b57703", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -19,3 +19,3 @@ # Installation | ||
export type ControlOperator = '||' | '&&' | ';;' | '|&' | '<(' | '>>' | '>&' | '&' | ';' | '(' | ')' | '|' | '<' | '>'; | ||
export type ControlOperator = "||" | "&&" | ";;" | "|&" | "<(" | ">>" | ">&" | "&" | ";" | "(" | ")" | "|" | "<" | ">"; | ||
@@ -25,3 +25,3 @@ export type ParseEntry = | ||
| { op: ControlOperator } | ||
| { op: 'glob'; pattern: string } | ||
| { op: "glob"; pattern: string } | ||
| { comment: string }; | ||
@@ -72,3 +72,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:42 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: none | ||
@@ -75,0 +75,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package