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

json-file-object

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-file-object - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

8

index.js

@@ -66,5 +66,7 @@ // Generated by CoffeeScript 2.5.0

for (file in created_db) {
results.push(onWrite[file] = function() {
return stop(file);
});
results.push((function(file) {
return onWrite[file] = function() {
return stop(file);
};
})(file));
}

@@ -71,0 +73,0 @@ return results;

{
"name": "json-file-object",
"version": "2.0.3",
"version": "2.0.4",
"description": "periodically persisting JSON-able objects into files (one per object)",

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

Sorry, the diff of this file is not supported yet

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