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

@proficient/admin-internal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proficient/admin-internal - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

2

core/api/resources/users/client/Client.js

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

if (liveMode != null) {
_queryParams.append("live_mode", liveMode.toString());
_queryParams.append("live_mode", liveMode);
}

@@ -66,0 +66,0 @@ const _response = yield core.fetcher({

/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as Proficient from "../../../..";
export interface ListUsersRequest {
/**
* If set to `false`, only test users will be returned.
* If set to `"false"`, only test users will be returned.
*/
liveMode?: Proficient.UserLiveMode;
liveMode?: string;
}
{
"name": "@proficient/admin-internal",
"version": "0.12.0",
"version": "0.13.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./core/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