Socket
Socket
Sign inDemoInstall

viewmodel

Package Overview
Dependencies
1
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

.gitignore

6

lib/repository.js

@@ -35,3 +35,7 @@ // lib/queue.js v0.1.0

self.connect(options, callback);
if (!self.isConnected) {
self.connect(options, callback);
} else {
callback(null, self);
}
} catch (err) {

@@ -38,0 +42,0 @@ if (err.message.indexOf("Cannot find module") >= 0 && err.message.indexOf("'") > 0 && err.message.lastIndexOf("'") !== err.message.indexOf("'")) {

2

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "0.2.1",
"version": "0.2.2",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc