New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

selectn

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selectn - npm Package Compare versions

Comparing version 1.0.22 to 1.1.0

10

changelog.md
# Change Log
All notable changes to this project will be documented in this file (keepachangelog.com).
## 1.1.0 - 2016-08-01
### Changed
- Update `zuul`, `nodemon`, and `dependency-check` to latest versions per greenkeeper.
- Update sauce open credentials in `.travis.yml`
### Added
- Add `_.get` to alternatives list per @jasonkarns
- Add new sauce labs repo badge.
- Add `postversion` npm script.
## 1.0.22 - 2016-07-13

@@ -5,0 +15,0 @@ ### Changed

12

package.json
{
"name": "selectn",
"description": "Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.",
"version": "1.0.22",
"version": "1.1.0",
"author": "Wil Moore III <wil.moore@wilmoore.com>",

@@ -15,6 +15,6 @@ "bugs": "https://github.com/wilmoore/selectn.js/issues",

"browserify-standalone": "^0.3.0",
"dependency-check": "^2.5.2",
"dependency-check": "^2.6.0",
"fixpack": "^2.2.0",
"istanbul": "^0.4.2",
"nodemon": "^1.3.7",
"nodemon": "^1.10.0",
"standard": "^7.1.1",

@@ -25,3 +25,3 @@ "tap-spec": "^4.1.1",

"uglify-js": "^2.7.0",
"zuul": "^3.10.1"
"zuul": "^3.10.3"
},

@@ -81,5 +81,3 @@ "homepage": "https://github.com/wilmoore/selectn.js",

"prepublish": "npm run build",
"release-major": "npm version major && git push --follow-tags && npm publish",
"release-minor": "npm version minor && git push --follow-tags && npm publish",
"release-patch": "npm version patch && git push --follow-tags && npm publish",
"postversion": "git push --follow-tags && npm publish",
"standard": "standard",

@@ -86,0 +84,0 @@ "test": "npm run dependency-check && npm run standard --silent && node test.js | tap-spec",

@@ -5,3 +5,3 @@ # selectn

[![Build Status](http://img.shields.io/travis/wilmoore/selectn.js.svg)](https://travis-ci.org/wilmoore/selectn.js) [![Code Climate](https://codeclimate.com/github/wilmoore/selectn.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/selectn.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![Build Status](http://img.shields.io/travis/wilmoore/selectn.js.svg)](https://travis-ci.org/wilmoore/selectn.js) [![Sauce Test Status](https://saucelabs.com/buildstatus/wilmoore-selectn)](https://saucelabs.com/u/wilmoore-selectn) [![Code Climate](https://codeclimate.com/github/wilmoore/selectn.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/selectn.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

@@ -218,2 +218,3 @@ ```shell

- [_.get]
- [dref]

@@ -230,2 +231,3 @@ - [path-lookup]

[_.get]: https://www.npmjs.com/package/lodash.get
[Bower]: http://bower.io

@@ -232,0 +234,0 @@ [Duo]: http://duojs.org

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