Socket
Socket
Sign inDemoInstall

@propelauth/node-apis

Package Overview
Dependencies
0
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 2.1.4

2

dist/index.d.ts

@@ -148,2 +148,3 @@ type CreateAccessTokenRequest = {

orderBy?: "CREATED_AT_ASC" | "CREATED_AT_DESC" | "NAME";
name?: string;
};

@@ -215,2 +216,3 @@ type OrgQueryResponse = {

includeOrgs?: boolean;
role?: string;
};

@@ -217,0 +219,0 @@ type CreateUserRequest = {

6

dist/index.js

@@ -344,3 +344,4 @@ var __async = (__this, __arguments, generator) => {

page_number: query.pageNumber,
include_orgs: query.includeOrgs
include_orgs: query.includeOrgs,
role: query.role
};

@@ -657,3 +658,4 @@ const queryString = formatQueryParameters(queryParams);

page_number: query.pageNumber,
order_by: query.orderBy
order_by: query.orderBy,
name: query.name
};

@@ -660,0 +662,0 @@ return httpRequest(authUrl, integrationApiKey, `${ENDPOINT_PATH2}/query`, "POST", JSON.stringify(request)).then(

@@ -7,3 +7,3 @@ {

},
"version": "v2.1.3",
"version": "v2.1.4",
"license": "MIT",

@@ -15,4 +15,3 @@ "keywords": [

],
"dependencies": {
},
"dependencies": {},
"devDependencies": {

@@ -19,0 +18,0 @@ "@types/node": "^20.3.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc