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

core-functions

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-functions - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

2

base64.js

@@ -110,3 +110,3 @@ 'use strict';

if (isEncodableDecodable(value)) {
console.error(`Unexpected error (${err}), since ${JSON.stringify(value)} was supposed to be encodable/decodable`, err.stack);
console.error(`Unexpected error (${err}), since ${JSON.stringify(value)} was supposed to be encodable/decodable`, err);
if (returnUndefinedInsteadOfThrow) {

@@ -113,0 +113,0 @@ return undefined;

{
"name": "core-functions",
"version": "3.0.14",
"version": "3.0.15",
"description": "Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including strings, booleans, Promises, base 64, Arrays, Objects, standard AppErrors, etc.",

@@ -5,0 +5,0 @@ "author": "Byron du Preez",

@@ -377,3 +377,3 @@ 'use strict';

} catch (err) {
console.error('Failed to clear timeout', err.stack);
console.error('Failed to clear timeout', err);
} finally {

@@ -380,0 +380,0 @@ if (mustResolve) {

@@ -1,2 +0,2 @@

# core-functions v3.0.14
# core-functions v3.0.15

@@ -128,3 +128,3 @@ Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including

err => {
console.log(err.stack);
console.log(err);
return -1;

@@ -131,0 +131,0 @@ }

## Changes
### 3.0.15
- Replaced all logging of `error.stack` with logging of just the error
### 3.0.14

@@ -4,0 +7,0 @@ - Added dummy first exports (`exports._ = '_'; //IDE workaround`) to most modules as a temporary workaround for IDE issue

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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