@cerebral/firebase
Advanced tools
Comparing version 3.2.0 to 3.2.1-1506708279630
@@ -15,3 +15,3 @@ 'use strict'; | ||
ref.update(Object.keys(payload).reduce(function (convertedPayload, key) { | ||
return ref.update(Object.keys(payload).reduce(function (convertedPayload, key) { | ||
convertedPayload[key.replace(/\./g, '/')] = payload[key]; | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "@cerebral/firebase", | ||
"version": "3.2.0", | ||
"version": "3.2.1-1506708279630", | ||
"description": "Firebase provider for Cerebral", | ||
@@ -29,7 +29,7 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"cerebral": "^3.2.0" | ||
"cerebral": "^3.2.0-1506708279630" | ||
}, | ||
"devDependencies": { | ||
"cerebral": "^3.2.0" | ||
"cerebral": "^3.2.0-1506708279630" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
183552
2