Comparing version
@@ -0,1 +1,2 @@ | ||
var deprecate = require('deprecate') | ||
var inherits = require('inherits') | ||
@@ -31,2 +32,3 @@ var prop = require('stdprop') | ||
Base.unwrap = function (opt) { | ||
deprecate('Base.unwrap()', 'Use the equivalent Base.extract() instead.') | ||
return Base.prototype.extract.call(opt) | ||
@@ -33,0 +35,0 @@ } |
{ | ||
"name": "stdopt", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Wrap and validate optional values", | ||
@@ -10,2 +10,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"deprecate": "^1.1.1", | ||
"inherits": "^2.0.4", | ||
@@ -12,0 +13,0 @@ "is-arrayish": "^0.3.2", |
22781
0.61%258
0.78%4
33.33%+ Added
+ Added