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.4 to 1.7.5

2

shell-quote/index.d.ts

@@ -19,3 +19,3 @@ export type ControlOperator = "||" | "&&" | ";;" | "|&" | "<(" | ">>" | ">&" | "&" | ";" | "(" | ")" | "|" | "<" | ">";

*/
export function quote(args: ReadonlyArray<string>): string;
export function quote(args: readonly string[]): string;

@@ -22,0 +22,0 @@ /**

{
"name": "@types/shell-quote",
"version": "1.7.4",
"version": "1.7.5",
"description": "TypeScript definitions for shell-quote",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote",

"dependencies": {},
"typesPublisherContentHash": "7e7ca58d80146d6021c99ce54a14d1ba647781eca02dfc34bbe813e789350503",
"typesPublisherContentHash": "0dd0f58bc4c36de28fd143a7f1de1361c95fb41f03196b4e52e196b8ce9cacd4",
"typeScriptVersion": "4.5"
}

@@ -29,3 +29,3 @@ # Installation

*/
export function quote(args: ReadonlyArray<string>): string;
export function quote(args: readonly string[]): string;

@@ -63,3 +63,3 @@ /**

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -66,0 +66,0 @@

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