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

cool-entity

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cool-entity - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "cool-entity",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -15,3 +15,3 @@ const Promise = require('bluebird');

function buildCoolRelationInputList(relation, relationEntity, fieldName, parentQuery) {
const subEntityInfo = relation.coolDataManager.entityInfo;
const subEntityInfo = relation.coolEntity.entityInfo;
if (relationEntity) {

@@ -39,3 +39,3 @@ return buildInputList(subEntityInfo.fields, relationEntity)

function buildCoolCollectionInputList(collection, relationCollection, fieldName, parentQuery) {
const subEntityInfo = collection.coolDataManager.entityInfo;
const subEntityInfo = collection.coolEntity.entityInfo;
if (relationCollection) {

@@ -42,0 +42,0 @@ return Promise.mapSeries(

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