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

informa-db.js

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informa-db.js - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

3

index.js
const fs = require("fs");
const utils = require("./utils");

@@ -66,3 +65,3 @@ let mongo;

if (!fs.existsSync(path)) {
fs.writeFileSync(path, defaultStr || "{}", utils.throwErrorIfError);
fs.writeFileSync(path, defaultStr || "{}", e=>{if(e)throw e});
}

@@ -69,0 +68,0 @@

{
"name": "informa-db.js",
"version": "1.0.9",
"version": "1.0.10",
"description": "DataBases made easier",

@@ -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