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

@or-sdk/base

Package Overview
Dependencies
Maintainers
2
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@or-sdk/base - npm Package Compare versions

Comparing version 0.35.1-beta.2560.0 to 0.35.1-beta.2571.0

2

dist/types/types.d.ts

@@ -72,3 +72,3 @@ /// <reference types="node" />

method?: Method;
params?: unknown;
params?: Record<string, unknown>;
data?: unknown;

@@ -75,0 +75,0 @@ signal?: AbortSignal;

{
"name": "@or-sdk/base",
"version": "0.35.1-beta.2560.0",
"version": "0.35.1-beta.2571.0",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

@@ -88,3 +88,3 @@ import { AxiosResponse, InternalAxiosRequestConfig, Method } from 'axios';

method?: Method;
params?: unknown;
params?: Record<string, unknown>;
data?: unknown;

@@ -91,0 +91,0 @@ signal?: AbortSignal;

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