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

extend-shallow

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extend-shallow - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

1

index.js

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

// if (typeOf(obj) === 'object' && typeOf(obj) !== 'regexp') {
if (typeOf(obj) === 'object' && typeOf(obj) !== 'regexp') {

@@ -30,0 +29,0 @@ for (var key in obj) {

2

package.json
{
"name": "extend-shallow",
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/jonschlinkert/extend-shallow",

@@ -6,0 +6,0 @@ "author": {

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