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

@availity/api-core

Package Overview
Dependencies
Maintainers
6
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/api-core - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

2

package.json
{
"name": "@availity/api-core",
"version": "1.4.0",
"version": "2.0.0",
"description": "Base API definitions for the Availity REST API",

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

@@ -38,4 +38,7 @@ import AvApi from '../api';

getSpaceName(spaceId) {
if (!spaceId) {
throw Error('[spaceId] must be defined');
}
return this.get(spaceId).then(response => response.data.name);
}
}
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