Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filter-object

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filter-object - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

package.json
{
"name": "filter-object",
"description": "Return a copy of an object, filtered to have only keys that match the given glob patterns.",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/jonschlinkert/filter-object",

@@ -65,2 +65,2 @@ "author": {

]
}
}

@@ -70,3 +70,10 @@ # filter-object [![NPM version](https://badge.fury.io/js/filter-object.svg)](http://badge.fury.io/js/filter-object) [![Build Status](https://travis-ci.org/jonschlinkert/filter-object.svg)](https://travis-ci.org/jonschlinkert/filter-object)

## Run tests
## Related
* [filter-keys](https://github.com/jonschlinkert/filter-keys): Filter the keys of an object using glob patterns.
* [filter-values](https://github.com/jonschlinkert/filter-values): Filter an object to have only the `own` properties for which a `callback` function returns true.
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just use `micromatch.isMatch()` instead of `minimatch()`, or use `micromatch()` instead of `multimatch()`.
* [rename-keys](https://github.com/jonschlinkert/rename-keys): Modify the names of the own enumerable properties (keys) of an object.
* [sort-object](https://github.com/doowb/sort-object): Sort the keys in an object.
## Running tests
Install dev dependencies:

@@ -89,3 +96,3 @@

## License
Copyright (c) 2014-2015 Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license

@@ -95,9 +102,5 @@

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 30, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 31, 2015._
[extend-shallow]: https://github.com/jonschlinkert/extend-shallow
[filter-keys]: https://github.com/jonschlinkert/filter-keys
[filter-values]: https://github.com/jonschlinkert/filter-values
[kind-of]: https://github.com/jonschlinkert/kind-of
[sort-object]: https://github.com/doowb/sort-object
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc