Comparing version 1.0.7 to 1.0.8
@@ -45,3 +45,3 @@ const isString = require('lodash/isString'); | ||
get(key = null) { | ||
if (!isNull(key)) return this.storage; | ||
if (isNull(key)) return this.storage; | ||
return this.storage[key]; | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "redbone", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Polymorphic library for two way redux dispatching", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16970