isomorphic-localstorage
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,2 +13,4 @@ const getStorage = (_path) => { | ||
module.exports = getStorage; | ||
module.exports = { | ||
getStorage | ||
}; |
@@ -8,2 +8,4 @@ 'use strict' | ||
module.exports = getStorage | ||
module.exports = { | ||
getStorage | ||
}; |
{ | ||
"name": "isomorphic-localstorage", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "node.js", | ||
@@ -5,0 +5,0 @@ "browser": "browser.js", |
# isomorphic-localstorage | ||
Isomorphic implementation of localStorage |
@@ -0,0 +0,0 @@ interface ILocalStorage { |
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
1390
29