Socket
Socket
Sign inDemoInstall

object-pick

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

LICENSE

31

package.json
{
"name": "object-pick",
"description": "Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.",
"version": "0.1.1",
"version": "0.1.2",
"deprecated": "Deprecated as of version 0.1.2 please use object.pick instead.",
"homepage": "https://github.com/jonschlinkert/object-pick",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/object-pick.git"
},
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"maintainers": [
"jonschlinkert <github@sellside.com>"
],
"repository": "jonschlinkert/object-pick",
"bugs": {
"url": "https://github.com/jonschlinkert/object-pick/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/object-pick/blob/master/LICENSE-MIT"
}
"license": "MIT",
"files": [
"index.js"
],

@@ -28,8 +24,7 @@ "main": "index.js",

"scripts": {
"test": "mocha -R spec"
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "^4.0.4",
"verb": ">= 0.2.6"
"should": "*"
},

@@ -60,2 +55,2 @@ "keywords": [

]
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc