Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grubba-meteorrn

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grubba-meteorrn - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

5

lib/Random.js
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;

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc