resource-client
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -34,3 +34,3 @@ // Generated by CoffeeScript 1.9.3 | ||
value = params[param]; | ||
if (typeof value === 'string' && value.indexOf('@') !== -1) { | ||
if (typeof value === 'string' && value[0] === '@') { | ||
lookupKey = value.replace('@', ''); | ||
@@ -37,0 +37,0 @@ newValue = body[lookupKey]; |
{ | ||
"name": "resource-client", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Easily create api clients for your server side resources.", | ||
@@ -5,0 +5,0 @@ "author": "Good Eggs <open-source@goodeggs.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53808