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

@endpass/utils

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endpass/utils - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

7

objects.js

@@ -36,3 +36,8 @@ 'use strict';

}).reduce(function (parsedObj, key) {
parsedObj[key] = JSON.parse(obj[key]);
try {
parsedObj[key] = JSON.parse(obj[key]);
} catch (e) {
parsedObj[key] = obj[key];
}
return parsedObj;

@@ -39,0 +44,0 @@ }, {});

2

package.json
{
"name": "@endpass/utils",
"version": "1.3.3",
"version": "1.3.4",
"description": "Utils and helper functions",

@@ -5,0 +5,0 @@ "author": "Endpass, Inc",

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