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.7.0 to 2.8.0

2

lib/mongo-id.js

@@ -107,2 +107,2 @@ //https://github.com/meteor/meteor/tree/master/packages/mongo-id

module.exports = MongoID;
export default MongoID;
const UNMISTAKABLE_CHARS =
'23456789ABCDEFGHJKLMNPQRSTWXYZabcdefghijkmnopqrstuvwxyz';
module.exports = {
id(count = 17) {
function Random() {
function id(count = 17) {
let res = '';

@@ -11,6 +11,8 @@ for (let i = 0; i < count; i++) {

Math.floor(Math.random() * UNMISTAKABLE_CHARS.length)
];
];
}
return res;
},
};
}
return id
}
export default Random;
{
"name": "grubba-meteorrn",
"version": "2.7.0",
"version": "2.8.0",
"description": "Full Meteor Client for React Native",

@@ -14,2 +14,3 @@ "main": "src/index.js",

},
"type": "module",
"keywords": [

@@ -16,0 +17,0 @@ "react-component",

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