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

@socketsecurity/sdk

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsecurity/sdk - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

index.d.ts

@@ -46,4 +46,8 @@ export type SocketSdkOperations = keyof import('./types/api').operations;

}): Promise<SocketSdkResultType<'getOrgRepoList'>>;
createOrgRepo(orgSlug: string, params: string): Promise<SocketSdkResultType<'createOrgRepo'>>;
updateOrgRepo(orgSlug: string, repoSlug: string, params: string): Promise<SocketSdkResultType<'updateOrgRepo'>>;
createOrgRepo(orgSlug: string, params: {
[key: string]: any;
}): Promise<SocketSdkResultType<'createOrgRepo'>>;
updateOrgRepo(orgSlug: string, repoSlug: string, params: {
[key: string]: any;
}): Promise<SocketSdkResultType<'updateOrgRepo'>>;
postSettings(selectors: Array<{

@@ -50,0 +54,0 @@ organization?: string;

@@ -462,3 +462,3 @@ 'use strict'

* @param {string} orgSlug
* @param {string} params
* @param {{[key: string]: any }} params
* @returns {Promise<SocketSdkResultType<'createOrgRepo'>>}

@@ -481,3 +481,3 @@ */

* @param {string} repoSlug
* @param {string} params
* @param {{[key: string]: any }} params
* @returns {Promise<SocketSdkResultType<'updateOrgRepo'>>}

@@ -484,0 +484,0 @@ */

{
"name": "@socketsecurity/sdk",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "SDK for the Socket API client",

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