Socket
Socket
Sign inDemoInstall

nua

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nua

Reference-preserving merge


Version published
Weekly downloads
12K
increased by3.62%
Maintainers
1
Install size
14.3 kB
Created
Weekly downloads
 

Readme

Source

nua

npm version Build Status Coverage Status Dependency Status DeepScan grade

Reference-preserving merge.

  var base = {a:{b:1}}
  var base_a = base.a
  var src = {a:{b:2}}

  Nua(base,src)
  expect(base).equal({a:{b:2}})
  expect(base_a === base.a).true()

Install

npm install nua

Notes

From the Irish nua. Pronounced noo-ah.

License

Copyright (c) 2014-2016, Seamus D'Arcy and other contributors. Licensed under MIT.

FAQs

Last updated on 16 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc