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

express-cassandra

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-cassandra - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

lib/expressCassandra.js

@@ -22,6 +22,5 @@ var fs = require('fs');

if(err) {
if(cb) cb(err);
return;
console.error(err);
}
fs.readdir(self.directory, function(err, list) {

@@ -49,4 +48,3 @@ if(err) {

function(err, result){
if(err) callback(err);
else callback();
callback();
}

@@ -53,0 +51,0 @@ );

{
"name": "express-cassandra",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {

@@ -5,0 +5,0 @@ "apollo-cassandra": "https://github.com/masumsoft/apollo-cassandra/tarball/master",

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