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

faux-knox

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faux-knox - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

6

index.js

@@ -129,10 +129,6 @@ var fs = require("fs");

if (options.prefix === "") {
options.prefix = "/";
}
async.waterfall([
function (cb) {
if (!options.prefix) {
return cb(new Error("A path prefix must be specified!"));
options.prefix = "/";
}

@@ -139,0 +135,0 @@ cb();

2

package.json
{
"name": "faux-knox",
"version": "0.1.13",
"version": "0.1.14",
"description": "Mock requests to knox module using file system",

@@ -5,0 +5,0 @@ "main": "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