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

@proficient/client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proficient/client - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

2

dist/api/resources/interactions/client/Client.js

@@ -56,3 +56,3 @@ "use strict";

if (startingAfter != null) {
_queryParams.append("starting_after", startingAfter.toString());
_queryParams.append("starting_after", startingAfter);
}

@@ -59,0 +59,0 @@ const _response = await core.fetcher({

@@ -8,3 +8,3 @@ /**

limit?: Proficient.PaginationLimit;
startingAfter?: Proficient.PaginationLimit;
startingAfter?: Proficient.PaginationStartingAfter;
}

@@ -54,3 +54,3 @@ "use strict";

if (startingAfter != null) {
_queryParams.append("starting_after", startingAfter.toString());
_queryParams.append("starting_after", startingAfter);
}

@@ -57,0 +57,0 @@ const _response = await core.fetcher({

@@ -8,3 +8,3 @@ /**

limit?: Proficient.PaginationLimit;
startingAfter?: Proficient.PaginationLimit;
startingAfter?: Proficient.PaginationStartingAfter;
}
{
"name": "@proficient/client",
"version": "0.11.0",
"version": "0.11.1",
"license": "MIT",

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

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