Socket
Socket
Sign inDemoInstall

apostrophe-people

Package Overview
Dependencies
46
Maintainers
10
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.31 to 0.5.32

7

index.js

@@ -505,8 +505,3 @@ var async = require('async');

// over the wire
var snippet = {};
_.each(schemaSubset, function(field) {
// TODO: one of the many places we can get rid of this dumb distinction in
// storage location by type in the 0.5 series
snippet[field.name] = _snippet[field.name];
});
var snippet = _.pick(_snippet, schemaSubset);
if (req.method === 'POST') {

@@ -513,0 +508,0 @@ var set = {};

2

package.json
{
"name": "apostrophe-people",
"version": "0.5.31",
"version": "0.5.32",
"description": "Staff directories, user accounts and personal profiles for the Apostrophe content management system",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc