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

pitboss-ng

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pitboss-ng - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.3.1
- added npm-debug.log and *.log into gitignore/npmignore
- fixed typo in example code around `options.heartBeatTick`
# 0.3.0

@@ -2,0 +7,0 @@

2

package.json
{
"name": "pitboss-ng",
"version": "0.3.0",
"version": "0.3.1",
"description": "Run untrusted code in a seperate process using VM module. With timeout and memory limit management",

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

@@ -17,4 +17,4 @@ [![Build

memoryLimit: 32*1024, // 32 MB memory limit (default is 64 MB)
timeout: 5*0100 // 5000 ms to perform tasks or die (default is 500 ms = 0.5 s)
heartbeatTick: 100 // interval between memory-limit checks (default is 100 ms)
timeout: 5*1000, // 5000 ms to perform tasks or die (default is 500 ms = 0.5 s)
heartBeatTick: 100 // interval between memory-limit checks (default is 100 ms)
});

@@ -21,0 +21,0 @@

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