Comparing version 1.0.0 to 1.0.1
@@ -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", |
@@ -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 @@ ``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16399
0