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.5.1 to 0.5.2

4

changelog.md
# Change Log
All notable changes to this project will be documented in this file.
## 0.5.2 - 2015-05-30
### Changed
- add `npm run release-*` scripts.
## 0.5.1 - 2015-05-07

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

5

package.json
{
"name": "apply-or",
"description": "Invoke .apply if value is a function, otherwise, return default value.",
"version": "0.5.1",
"version": "0.5.2",
"author": "Wil Moore III <wil.moore@wilmoore.com>",

@@ -44,2 +44,5 @@ "bugs": {

"dev": "nodemon -x 'npm run test --silent' -e 'js json'",
"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",
"standard": "standard",

@@ -46,0 +49,0 @@ "test": "npm run standard --silent && node test.js | tap-spec"

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