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

object-lib

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-lib - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

lib/core/merge.js

@@ -87,3 +87,3 @@ "use strict";

return (...args) => {
const result = mkChild(args[0]);
const result = mkChild(last(args));
const groups = {};

@@ -90,0 +90,0 @@ args.forEach(arg => scanner(arg, {

{
"name": "object-lib",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -73,3 +73,3 @@ # object-lib

```js
const { Merge } = require('object-lig');
const { Merge } = require('object-lib');

@@ -76,0 +76,0 @@ Merge()(

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