Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/

History.md /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/History.md
29 Views
0 Comments

1.0.2 / 2015-10-07
==================

* use try/catch when checking `localStorage` (#3, @kumavis)

1.0.1 / 2014-11-25
======
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/LICENSE
20 Views
0 Comments
(The MIT License)

Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>

Permission is hereby granted, free of charge, to
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/README.md
26 Views
0 Comments
util-deprecate
==============
### The Node.js `util.deprecate()` function with browser support

In Node.js, this module simply r
browser.js /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/browser.js
5 Views
0 Comments

/**
* Module exports.
*/

module.exports = deprecate;

/**
node.js /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/node.js
6 Views
0 Comments

/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/

module.exports = require('util').deprecate;

package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/package.json
15 Views
0 Comments
{
"name": "util-deprecate",
"version": "1.0.2",
"description": "The Node.js `util.deprecate()` function with browser suppo