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

bcore

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcore - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Core JavaScript library for browser runtime",
"version": "0.0.18",
"version": "0.0.19",
"author": {

@@ -8,0 +8,0 @@ "name": "fish"

@@ -85,3 +85,3 @@ /**

var maxDepth = 5;
var maxDepth = 8;
function deepMerge(dest, src, directs, depth) {

@@ -140,6 +140,6 @@ var i, j, len, src, depth = depth || 0;

var root;
if(typeof process === 'object'){
root = global;
if (typeof window === 'object') {
root = window;
} else {
root = window;
root = {};
}

@@ -146,0 +146,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