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

jsonverse

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonverse - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

4

index.js

@@ -512,3 +512,3 @@ /*!

existingData.unshift(newDataWithId);
existingData.push(newDataWithId); // Append the new data to the existing array

@@ -606,2 +606,2 @@ await this.writeDataByFileName(dataName, existingData).then(() => {

module.exports = jsonverse;
module.exports = jsonverse;
{
"name": "jsonverse",
"version": "1.2.5",
"version": "1.2.6",
"description": "jsonVerse is a lightweight JSON-based database package for Node.js. It provides a simple interface to store, retrieve, and manage data using JSON files.",

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