New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fsjjv

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

fsjjv - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "fsjjv",
"version": "0.0.5",
"version": "0.0.6",
"description": "JJV extended to firestore useage",

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

@@ -52,5 +52,9 @@ const jjv = require("jjv")

// Register schemas
const schemas = require(options.schemaPath)
for (let [name, schema] of Object.entries(schemas)) {
env.addSchema(name, schema)
if (options.schemaPath.constructor === String) options.schemaPath = [options.schemaPath]
for (const path of schemaPath) {
const schemas = require(path)
for (let [name, schema] of Object.entries(schemas)) {
env.addSchema(name, schema)
}
}

@@ -57,0 +61,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