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

@basis-theory/basis-theory-js

Package Overview
Dependencies
Maintainers
11
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basis-theory/basis-theory-js - npm Package Compare versions

Comparing version 1.34.0 to 1.35.0

2

package.json
{
"name": "@basis-theory/basis-theory-js",
"version": "1.34.0",
"version": "1.35.0",
"repository": "https://github.com/Basis-Theory/basis-theory-js",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -7,2 +7,2 @@ import type { Proxy } from '@/types/models';

};
} & (new (...args: any[]) => import("../types/sdk/services/shared").Create<Proxy, Pick<Proxy, "name" | "destinationUrl" | "requestReactorId">>) & (new (...args: any[]) => import("../types/sdk/services/shared").Retrieve<Proxy>) & (new (...args: any[]) => import("../types/sdk/services/shared").Update<Proxy, Pick<Proxy, "name" | "destinationUrl" | "requestReactorId">>) & (new (...args: any[]) => import("../types/sdk/services/shared").Delete) & (new (...args: any[]) => import("../types/sdk/services/shared").List<Proxy, ListProxyQuery>);
} & (new (...args: any[]) => import("../types/sdk/services/shared").Create<Proxy, Pick<Proxy, "name" | "destinationUrl" | "requestReactorId" | "requireAuth">>) & (new (...args: any[]) => import("../types/sdk/services/shared").Retrieve<Proxy>) & (new (...args: any[]) => import("../types/sdk/services/shared").Update<Proxy, Pick<Proxy, "name" | "destinationUrl" | "requestReactorId" | "requireAuth">>) & (new (...args: any[]) => import("../types/sdk/services/shared").Delete) & (new (...args: any[]) => import("../types/sdk/services/shared").List<Proxy, ListProxyQuery>);

@@ -9,5 +9,6 @@ import type { Auditable } from './shared';

requestReactorId: string;
requireAuth?: boolean;
}
declare type CreateProxy = Pick<Proxy, 'name' | 'destinationUrl' | 'requestReactorId'>;
declare type CreateProxy = Pick<Proxy, 'name' | 'destinationUrl' | 'requestReactorId' | 'requireAuth'>;
declare type UpdateProxy = CreateProxy;
export type { Proxy, CreateProxy, UpdateProxy };
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