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

shellwords

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shellwords - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

package.json

@@ -5,3 +5,3 @@ {

"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/jimmycuadra/shellwords",

@@ -20,2 +20,12 @@ "repository": {

],
"keywords": [
"shellwords",
"shell",
"unix",
"bourne",
"bash",
"command line",
"ruby",
"stdlib"
],
"scripts": {

@@ -22,0 +32,0 @@ "browser": "serve -l 3000",

4

README.md

@@ -46,6 +46,6 @@ # Shellwords

shellwords.split("foo 'bar baz'");
split("foo 'bar baz'");
// ["foo", "bar baz"]
shellwords.escape("What's up, yo?");
escape("What's up, yo?");
// 'What\\\'s\\ up,\\ yo\\?'

@@ -52,0 +52,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