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

python-shell

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-shell - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.d.ts

@@ -17,5 +17,5 @@ /// <reference types="node" />

/**
* the scriptPath passed to PythonShell is executed relative to scriptFolder, if specified
* overrides scriptPath passed into PythonShell constructor
*/
scriptFolder?: string;
scriptPath?: string;
/**

@@ -22,0 +22,0 @@ * arguments to your program

@@ -81,3 +81,3 @@ "use strict";

let scriptArgs = toArray(options.args);
this.scriptPath = path_1.join(options.scriptFolder || '', scriptPath);
this.scriptPath = path_1.join(options.scriptPath || '', scriptPath);
this.command = pythonOptions.concat(this.scriptPath, scriptArgs);

@@ -84,0 +84,0 @@ this.mode = options.mode || 'text';

{
"name": "python-shell",
"version": "1.0.5",
"version": "1.0.6",
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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