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

parameter

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parameter - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

6

History.md
3.3.1 / 2018-10-09
==================
**fixes**
* [[`f5e33e3`](http://github.com/node-modules/parameter/commit/f5e33e379d0c70616faed6d010cf75b577818bb5)] - fix: allow default to be `null` or `false` (#55) (Cong Liu <<ghostoy@users.noreply.github.com>>)
3.3.0 / 2018-09-19

@@ -3,0 +9,0 @@ ==================

2

index.js

@@ -96,3 +96,3 @@ 'use strict';

// support default value
if (rule.default) {
if ('default' in rule) {
obj[key] = rule.default;

@@ -99,0 +99,0 @@ }

{
"name": "parameter",
"version": "3.3.0",
"version": "3.3.1",
"description": "A parameter verify tools.",

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

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