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

@travetto/exec

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/exec - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

package.json

@@ -7,3 +7,3 @@ {

"dependencies": {
"@travetto/pool": "^0.1.3"
"@travetto/pool": "^0.1.4"
},

@@ -26,3 +26,3 @@ "description": "Common wrapper around process execution with high level docker support.",

},
"version": "0.1.3"
"version": "0.1.4"
}

@@ -28,3 +28,3 @@ import * as assert from 'assert';

new IteratorDataSource(function* () {
for (let i = 0; i < 10; i++) {
for (let i = 0; i < 5; i++) {
yield `${i}-`;

@@ -38,3 +38,3 @@ }

console.log('Sent', i, 'Received', data);
await new Promise(r => setTimeout(r, 1000));
await new Promise(r => setTimeout(r, 100));
}

@@ -41,0 +41,0 @@ );

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