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

apply-or

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apply-or - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

changelog.md
# Change Log
All notable changes to this project will be documented in this file.
## 0.2.3 - 2015-04-12
### Changed
- Moved license badge to bottom.
## 0.2.2 - 2015-04-12

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

2

package.json
{
"name": "apply-or",
"version": "0.2.2",
"version": "0.2.3",
"description": "Invoke .apply if value is a function, otherwise, return default value.",

@@ -5,0 +5,0 @@ "main": "index.js",

# apply-or
[![npm](https://img.shields.io/npm/v/apply-or.svg)](https://www.npmjs.org/package/apply-or) [![NPM downloads](http://img.shields.io/npm/dm/apply-or.svg)](https://www.npmjs.org/package/apply-or) [![Dependency Status](https://gemnasium.com/wilmoore/apply-or.js.svg)](https://gemnasium.com/wilmoore/apply-or.js) [![Code Climate](https://codeclimate.com/github/wilmoore/apply-or.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/apply-or.js) [![Build Status](http://img.shields.io/travis/wilmoore/apply-or.js.svg)](https://travis-ci.org/wilmoore/apply-or.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![LICENSE](http://img.shields.io/npm/l/apply-or.svg)](license)
[![npm](https://img.shields.io/npm/v/apply-or.svg)](https://www.npmjs.org/package/apply-or) [![NPM downloads](http://img.shields.io/npm/dm/apply-or.svg)](https://www.npmjs.org/package/apply-or) [![Dependency Status](https://gemnasium.com/wilmoore/apply-or.js.svg)](https://gemnasium.com/wilmoore/apply-or.js) [![Code Climate](https://codeclimate.com/github/wilmoore/apply-or.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/apply-or.js) [![Build Status](http://img.shields.io/travis/wilmoore/apply-or.js.svg)](https://travis-ci.org/wilmoore/apply-or.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

@@ -38,5 +38,5 @@ > Invoke .apply if value is a function, otherwise, return default value.

## License
## Licenses
[MIT](license)
[![LICENSE](http://img.shields.io/npm/l/apply-or.svg)](license)
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