Socket
Socket
Sign inDemoInstall

@applitools/utils

Package Overview
Dependencies
Maintainers
34
Versions
72
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.18 to 1.3.19

4

dist/general.js

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

if (!types.isObject(object))
return null;
return object;
const original = props ? Object.values(props) : Object.keys(object);

@@ -70,3 +70,3 @@ const keys = !props || types.isArray(props) ? original : Object.keys(props);

const value = object[original[index]];
plain[key] = value && types.isFunction(value.toJSON) ? value.toJSON() : value;
plain[key] = value && types.isFunction(value.toJSON) ? value.toJSON() : toJSON(value);
return plain;

@@ -73,0 +73,0 @@ }, {});

{
"name": "@applitools/utils",
"version": "1.3.18",
"version": "1.3.19",
"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