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

python-shell

Package Overview
Dependencies
Maintainers
1
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 0.2.0 to 0.3.0

9

index.js

@@ -215,10 +215,3 @@ var EventEmitter = require('events').EventEmitter;

parts.forEach(function (part) {
try {
self.emit('message', self.parser(part));
} catch(err) {
self.emit('error', extend(
new Error('invalid message: ' + data + ' >> ' + err),
{ inner: err, data: part}
));
}
self.emit('message', self.parser(part));
});

@@ -225,0 +218,0 @@

2

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

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

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