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

@socketsecurity/sdk

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsecurity/sdk

SDK for the Socket API client

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
increased by41.77%
Maintainers
3
Weekly downloads
 
Created
Source

@socketsecurity/sdk

npm version TypeScript types js-standard-style Follow @SocketSecurity

SDK for the Socket API client, generated by api.

Usage

npm install @socketsecurity/sdk

ESM / TypeScript

import { socketSdk } from '@socketsecurity/sdk'

const client = socketSdk.auth('yourApiKeyHere')

const res = await client.getIssuesByNPMPackage({
  package: '@socketsecurity/eslint-config',
  version: '1.0.0'
})

CommonJS

const { socketSdk } = require('@socketsecurity/sdk')

See also

FAQs

Package last updated on 30 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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