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

@acceleratxr/core_sdk

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acceleratxr/core_sdk - npm Package Compare versions

Comparing version 1.20.0 to 1.21.0

14

dist/lib/services/UserSecretService.js

@@ -21,2 +21,16 @@ "use strict";

/**
* Returns the configuration used for accepting user secrets of type password.
*/
configPasswords() {
return __awaiter(this, void 0, void 0, function* () {
const result = yield this.apiClient.send("/config/passwords", "GET", undefined);
if (result.status === 200) {
return result.data;
}
else {
throw result.data;
}
});
}
/**
* Returns all secrets for a given user.

@@ -23,0 +37,0 @@ */

4

dist/types/services/UserSecretService.d.ts

@@ -8,2 +8,6 @@ import ServiceBase from "../ServiceBase";

/**
* Returns the configuration used for accepting user secrets of type password.
*/
configPasswords(): Promise<any>;
/**
* Returns all secrets for a given user.

@@ -10,0 +14,0 @@ */

2

package.json
{
"name": "@acceleratxr/core_sdk",
"version": "1.20.0",
"version": "1.21.0",
"description": "",

@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc