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

@applitools/utils

Package Overview
Dependencies
Maintainers
34
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/utils - npm Package Compare versions

Comparing version 1.3.25 to 1.3.26

5

dist/streams.js

@@ -37,2 +37,3 @@ "use strict";

stream.on('aborted', onAbort);
stream.on('pause', onPause);
stream.on('close', onCleanup);

@@ -52,2 +53,5 @@ function onData(chunk) {

}
function onPause() {
stream.resume();
}
function onCleanup() {

@@ -58,2 +62,3 @@ stream.off('data', onData);

stream.off('aborted', onAbort);
stream.off('pause', onPause);
stream.off('close', onCleanup);

@@ -60,0 +65,0 @@ }

2

package.json
{
"name": "@applitools/utils",
"version": "1.3.25",
"version": "1.3.26",
"keywords": [

@@ -5,0 +5,0 @@ "applitools",

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