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

@applitools/utils

Package Overview
Dependencies
Maintainers
0
Versions
75
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.7.6 to 1.7.7

dist/browser-process.js

7

CHANGELOG.md
# Changelog
## [1.7.7](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.7.6...js/utils@1.7.7) (2024-12-31)
### Bug Fixes
* shim process execution functions for browser environment ([#2698](https://github.com/Applitools-Dev/sdk/issues/2698)) ([8d77db4](https://github.com/Applitools-Dev/sdk/commit/8d77db48e1c7fd54cad92c89a819a924255e5868))
## [1.7.6](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.7.5...js/utils@1.7.6) (2024-12-18)

@@ -4,0 +11,0 @@

3

dist/browser.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.streams = exports.math = exports.queues = exports.promises = exports.geometry = exports.general = exports.guard = exports.types = void 0;
exports.process = exports.streams = exports.math = exports.queues = exports.promises = exports.geometry = exports.general = exports.guard = exports.types = void 0;
__exportStar(require("./utility-types"), exports);

@@ -40,1 +40,2 @@ exports.types = __importStar(require("./types"));

exports.streams = __importStar(require("./streams"));
exports.process = __importStar(require("./browser-process"));
{
"name": "@applitools/utils",
"version": "1.7.6",
"version": "1.7.7",
"keywords": [

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

@@ -10,1 +10,2 @@ export * from './utility-types';

export * as streams from './streams';
export * as process from './browser-process';
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