Socket
Socket
Sign inDemoInstall

vow-fs

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vow-fs - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

LICENSE

4

lib/fs.js
/**
* @module vow-fs
* @author Filatov Dmitry <dfilatov@yandex-team.ru>
* @version 0.3.3
* @version 0.3.5
* @license

@@ -17,3 +17,3 @@ * Dual licensed under the MIT and GPL licenses:

os = require('os'),
uuid = require('node-uuid'),
uuid = require('uuid'),
glob = require('glob'),

@@ -20,0 +20,0 @@ slice = Array.prototype.slice,

{
"name" : "vow-fs",
"version" : "0.3.4",
"version" : "0.3.5",
"description" : "File I/O by Vow",

@@ -17,3 +17,3 @@ "homepage" : "https://github.com/dfilatov/vow-fs",

"dependencies": {
"node-uuid" : "^1.4.2",
"uuid" : "^2.0.2",
"vow" : "^0.4.7",

@@ -30,2 +30,3 @@ "vow-queue" : "^0.4.1",

"engines" : { "node" : ">= 0.6.0" },
"license": "MIT",
"scripts" : {

@@ -32,0 +33,0 @@ "test" : "istanbul test test/runner.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