grubba-meteorrn
Advanced tools
Comparing version 2.8.0 to 2.9.0
const UNMISTAKABLE_CHARS = | ||
'23456789ABCDEFGHJKLMNPQRSTWXYZabcdefghijkmnopqrstuvwxyz'; | ||
function Random() { | ||
function id(count = 17) { | ||
const Random = { | ||
id(count = 17) { | ||
let res = ''; | ||
@@ -15,4 +15,3 @@ for (let i = 0; i < count; i++) { | ||
} | ||
return id | ||
} | ||
export default Random; |
{ | ||
"name": "grubba-meteorrn", | ||
"version": "2.8.0", | ||
"version": "2.9.0", | ||
"description": "Full Meteor Client for React Native", | ||
@@ -5,0 +5,0 @@ "main": "src/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
131554
3401