utils-update

Update the properties on an object with the properties from another object.

Usage no npm install needed!

<script type="module">
  import utilsUpdate from 'https://cdn.skypack.dev/utils-update';
</script>

README

utils-update NPM version

Sort the keys in an object

Quickstart

npm i utils-update --save
var pkg = require('package.json');
var bower = require('bower.json');

console.log(update(bower, pkg));

Run the tests

npm i mocha -g

then run:

mocha

Author

Jon Schlinkert

License

Copyright (c) 2013 Jon Schlinkert Licensed under the MIT license.