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

object.pick

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object.pick - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js
/*!
* object.pick <https://github.com/jonschlinkert/object.pick>
*
* Copyright (c) 2014 Jon Schlinkert, contributors.
* Copyright (c) 2014-2015 Jon Schlinkert, contributors.
* Licensed under the MIT License

@@ -6,0 +6,0 @@ */

{
"name": "object.pick",
"description": "Returns a filtered copy of an object with only the specified keys, like `pick` from lo-dash / underscore.",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/jonschlinkert/object.pick",

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

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

@@ -27,3 +28,3 @@ "engines": {

"scripts": {
"test": "mocha -R spec"
"test": "mocha"
},

@@ -30,0 +31,0 @@ "devDependencies": {

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

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

@@ -48,2 +48,2 @@

_This file was generated by [verb](https://github.com/assemble/verb) on December 20, 2014._
_This file was generated by [verb](https://github.com/assemble/verb) on February 13, 2015._
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