🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@squaredup/plugin-common

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squaredup/plugin-common

Common functions that can be used by any plugin

npmnpm
Version
2.1.0
Version published
Weekly downloads
173
810.53%
Maintainers
6
Weekly downloads
 
Created
Source

Plugin-Common

This is a module that contains common functions that can be used by all SquaredUp Plugins.

Important to note the no future change can be allowed to break any existing functionality, versioning must be properly maintained in package.json.

Functions

  • collectSuccessfulResponses : Takes in a list of promises (usually API responses) and returns only the ones that were successful (deprecated)
  • flattenObjectArrayProps : Flattens single-item array properties in an array of objects to a single non-array value
  • categorizeObjectArrayByProp : Categorizes an array of objects into separate properties of an object based on a property on each object
  • collectResponses : Takes in a list of promises (usually API responses) and returns information about successful and failed responses
  • processStandardDataStreamMessages : a helper routine to report errors returned by collectResponses() in a standard format
  • deGremlin : a helper function to extract individual property values from a 'vertex', use flattenObjectArrayProps for full vertices
  • getBase64Auth : a helper function for encoding usernames and passwords to base64 for Authorization headers
  • pageAPI : a helper function that generates functions that can be used to manage pagingContext in import operations
  • isValidEdge: a helper function that validates whether an edge is in an appropriate format or not
  • isValidVertex: a helper function that validates whether a vertex is in an appropriate format or not
  • warningTracker : a helper function that generates functions that can be used to track warnings sent to users

FAQs

Package last updated on 20 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts