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 2.0.6 to 2.0.7

1

objects.js

@@ -55,3 +55,2 @@ 'use strict';

const existsOnDest = destNames.indexOf(name) !== -1;
console.log(`############ src ${name} = ${srcPropertyValue}${existsOnDest ? ', exists on dest' : ''}, is object? ${srcPropertyIsObject}`);

@@ -58,0 +57,0 @@ if (existsOnDest) {

2

package.json
{
"name": "core-functions",
"version": "2.0.6",
"version": "2.0.7",
"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",

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

# core-functions v2.0.6
# core-functions v2.0.7

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

### 2.0.7
- Change to `objects.js`:
- Removed console.log only added for debugging from `merge` function
### 2.0.6

@@ -108,0 +112,0 @@ - Change to `objects.js`:

{
"name": "core-functions-tests",
"version": "2.0.6",
"version": "2.0.7",
"author": "Byron du Preez",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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