redux-supermodel
Advanced tools
Comparing version 0.18.1 to 0.18.2
@@ -90,3 +90,3 @@ 'use strict'; | ||
if (!id) { | ||
if (id === null || id === undefined) { | ||
return urlAppend(baseUrl, _part); | ||
@@ -93,0 +93,0 @@ } |
{ | ||
"name": "redux-supermodel", | ||
"version": "0.18.1", | ||
"version": "0.18.2", | ||
"description": "A package of action creator functions and reducers that deal with the state management of REST-like APIs for you... all you need is a URL!", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/MrLeebo/redux-supermodel", |
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
194727