Socket
Socket
Sign inDemoInstall

jfs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jfs - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

lib/Store.js

@@ -121,3 +121,3 @@ // Generated by CoffeeScript 1.8.0

}
tmpFileName = "" + (this._getFileName(uuid.v4())) + ".tmp";
tmpFileName = file + uuid.v4() + ".tmp";
if (cb != null) {

@@ -124,0 +124,0 @@ return canWriteToFile(file, function(err) {

{
"name": "jfs",
"version": "0.2.2",
"version": "0.2.3",
"main": "./lib/Store",

@@ -27,8 +27,6 @@ "description": "A simple JSON file store",

},
"repository": [
{
"type": "git",
"url": "git://github.com/flosse/json-file-store.git"
}
],
"repository": {
"type": "git",
"url": "git://github.com/flosse/json-file-store.git"
},
"maintainers": [

@@ -35,0 +33,0 @@ {

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