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

apostrophe-schemas

Package Overview
Dependencies
Maintainers
10
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-schemas - npm Package Compare versions

Comparing version 0.5.31 to 0.5.32

5

index.js

@@ -611,2 +611,3 @@ var async = require('async');

_.each(_joins, function(join) {
join._dotPath = arrays.join('.') + '.' + join.name;
// If we have more than one object we're not interested in joins

@@ -618,3 +619,2 @@ // with the ifOnlyOne restriction right now.

join._arrays = _.clone(arrays);
join._dotPath = arrays.join('.') + '.' + join.name;
});

@@ -674,2 +674,5 @@ joins = joins.concat(_joins);

function findObjectsInArrays(objects, arrays) {
if (!arrays) {
return [];
}
if (!arrays.length) {

@@ -676,0 +679,0 @@ return objects;

2

package.json
{
"version": "0.5.31",
"version": "0.5.32",
"name": "apostrophe-schemas",

@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects",

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