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.19 to 1.3.20

3

dist/general.js

@@ -65,2 +65,5 @@ "use strict";

return object;
if (types.isArray(object)) {
return object.map(value => (value && types.isFunction(value.toJSON) ? value.toJSON() : toJSON(value)));
}
const original = props ? Object.values(props) : Object.keys(object);

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

2

package.json
{
"name": "@applitools/utils",
"version": "1.3.19",
"version": "1.3.20",
"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