Detalhes do pacote

@ndhoule/keys

ndhoule833.9kMIT2.0.0

Create an array of the owned/enumerable keys of an input object.

component, functional, keys

readme (leia-me)

keys CI

Create an array of the owned/enumerable keys of an input object.

Installation

$ component install ndhoule/keys
$ npm install @ndhoule/keys

License

Released under the MIT license.

changelog (log de mudanças)

2.0.0

  • Remove Component/Duo support

1.1.1

  • Update Makefile targets
  • Ensure npm@>=2.7.0 on Travis CI
  • Update installation instructions in README
  • Rename to scoped package for npm package publish

1.1.0

  • Now works on IE 6-8
  • Now works on non-string primitives to match ES6 Object.keys behavior. ES5 Object.keys threw a TypeError when passed a non-Object; we've updated to match ES6's more tolerant behavior.

1.0.0

Initial release