New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.1.1

25

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.0",
"version": "1.1.1",
"homepage": "https://github.com/jonschlinkert/filter-object",

@@ -19,4 +19,7 @@ "author": {

"type": "MIT",
"url": "https://github.com/jonschlinkert/filter-object/blob/master/LICENSE-MIT"
"url": "https://github.com/jonschlinkert/filter-object/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",

@@ -27,14 +30,14 @@ "engines": {

"scripts": {
"test": "mocha -R spec"
"test": "mocha"
},
"devDependencies": {
"helper-reflinks": "^0.2.0"
},
"dependencies": {
"extend-shallow": "^0.2.0",
"filter-keys": "^1.0.0",
"extend-shallow": "^1.1.2",
"filter-keys": "^1.0.1",
"filter-values": "^0.1.0",
"kind-of": "^1.0.0",
"sort-object": "^0.3.2"
"kind-of": "^1.1.0",
"sort-object": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"keywords": [

@@ -64,2 +67,2 @@ "arr",

]
}
}

@@ -1,6 +0,5 @@

# filter-object [![NPM version](https://badge.fury.io/js/filter-object.svg)](http://badge.fury.io/js/filter-object)
# 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)
> Return a copy of an object, filtered to have only keys that match the given glob patterns.
## Install
## Install with [npm](npmjs.org)

@@ -72,11 +71,10 @@

## Run tests
Install dev dependencies:
```bash
npm i -d && mocha
npm i -d && npm test
```
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/filter-object/issues).
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/filter-object/issues)

@@ -88,6 +86,6 @@ ## Author

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
## License
Copyright (c) 2014-2015 Jon Schlinkert
Copyright (c) 2014-2015 Jon Schlinkert
Released under the MIT license

@@ -97,24 +95,9 @@

_This file was generated by [verb](https://github.com/assemble/verb) on January 19, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 30, 2015._
[array-slice]: https://github.com/jonschlinkert/array-slice
[extend-shallow]: https://github.com/jonschlinkert/extend-shallow
[arr-diff]: https://github.com/jonschlinkert/arr-diff
[array-unique]: https://github.com/jonschlinkert/array-unique
[arr-union]: https://github.com/jonschlinkert/arr-union
[alphabet]: https://github.com/jonschlinkert/alphabet
[is-number]: https://github.com/jonschlinkert/is-number
[fill-range]: https://github.com/jonschlinkert/fill-range
[expand-range]: https://github.com/jonschlinkert/expand-range
[braces]: https://github.com/jonschlinkert/braces
[filename-regex]: https://github.com/regexps/filename-regex
[unixify]: https://github.com/jonschlinkert/unixify
[micromatch]: https://github.com/jonschlinkert/micromatch
[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-asc]: https://github.com/jonschlinkert/sort-asc
[sort-desc]: https://github.com/jonschlinkert/sort-desc
[sort-object]: https://github.com/helpers/sort-object
[sort-object]: https://github.com/doowb/sort-object
<!-- deps: helper-reflinks -->
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