Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@planet-a/affinity-node

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planet-a/affinity-node - npm Package Compare versions

Comparing version 0.0.1-test.17 to 0.0.1-test.18

2

package.json
{
"name": "@planet-a/affinity-node",
"version": "0.0.1-test.17",
"version": "0.0.1-test.18",
"description": "API wrapper for the affinity.co API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# [![Test, Lint & Deploy](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml/badge.svg)](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml) affinity-node
# [![Test, Lint & Deploy](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml/badge.svg)](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml) [![NPM Version](https://img.shields.io/npm/v/%40planet-a%2Faffinity-node)](https://www.npmjs.com/package/@planet-a/affinity-node) affinity-node

@@ -3,0 +3,0 @@ Node module for the [Affinity](https://www.affinity.co/) CRM.

@@ -6,3 +6,4 @@ import type { AxiosInstance } from 'axios';

export type { DateTime } from './types.js';
export type DropdownValue = {
export type DropdownValue = string;
export type RankedDropdownValue = {
/**

@@ -20,4 +21,2 @@ * The unique identifier of the value.

color: number;
};
export type RankedDropdownValue = DropdownValue & {
/**

@@ -137,3 +136,3 @@ * The rank of the value.

*/
value: Exclude<Value, DropdownValue | RankedDropdownValue>;
value: Exclude<Value, RankedDropdownValue>;
list_entry_id?: number;

@@ -140,0 +139,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