New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

deep-override

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-override - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "deep-override",
"version": "1.0.1",
"version": "1.0.2",
"description": "recursive object extending & overriding",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -49,2 +49,4 @@ function isSpecificValue(val) {

Object.keys(obj).forEach(key => {
if (key == '__proto__' || key == 'constructor' || key == 'prototype')
return
src = target[key];

@@ -73,2 +75,2 @@ val = obj[key];

module.exports = override;
module.exports = override;
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