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

shescape

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shescape - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

CHANGELOG.md

@@ -12,2 +12,6 @@ # Changelog

## [0.3.1] - 2020-12-07
- Deprecate calling `shescape()` directly.
## [0.3.0] - 2020-12-07

@@ -14,0 +18,0 @@

@@ -6,2 +6,5 @@ const os = require("os");

module.exports = function (arg) {
console.warn(
"calling shescape() directly is deprecated since v0.3.1 and will be removed in v1.0.0"
);
const platform = os.platform();

@@ -8,0 +11,0 @@ return main.escapeShellArgByPlatform(arg, platform);

2

package.json
{
"name": "shescape",
"version": "0.3.0",
"version": "0.3.1",
"description": "simple shell escape library",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/ericcornelissen/shescape#readme",

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