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.7.1 to 1.7.2

4

shell-quote/index.d.ts

@@ -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

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