Lines Matching +full:node +full:- +full:version
1 Browser-friendly inheritance fully compatible with standard node.js
4 This package exports standard `inherits` from node.js `util` module in
5 node environment, but also provides alternative browser-friendly
13 implementation in node.js environment, it allows bundlers such as
14 [browserify](https://github.com/substack/node-browserify) to not
22 not only in node.js but in browser too.
31 ## note on version ~1.0
33 Version ~1.0 had completely different motivation and is not compatible
34 neither with 2.0 nor with standard node.js `inherits`.
36 If you are using version ~1.0 and planning to switch to ~2.0, be
39 * new version uses `super_` instead of `super` for referencing
41 * new version overwrites current prototype while old one preserves any