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

jarmlib

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jarmlib - npm Package Compare versions

Comparing version 1.0.66 to 1.0.67

9

index.js

@@ -229,2 +229,11 @@ const LunaJS = {};

LunaJS.Query.fillParam = function (key, value, arr) {
if (key && value && arr.keys && arr.values) {
arr.keys.push(key);
arr.values.push(value);
} else {
return false;
};
};
LunaJS.Query.save = function (obj, db) {

@@ -231,0 +240,0 @@ const attributesAsArray = Object.entries(obj);

2

package.json
{
"name": "jarmlib",
"version": "1.0.66",
"version": "1.0.67",
"description": "Back-end framework",

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