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

@tsclass/tsclass

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsclass/tsclass - npm Package Compare versions

Comparing version 4.0.59 to 4.0.60

2

dist_ts/00_commitinfo_data.js

@@ -6,5 +6,5 @@ /**

name: '@tsclass/tsclass',
version: '4.0.59',
version: '4.0.60',
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
};
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLGlIQUFpSDtDQUMvSCxDQUFBIn0=
export interface IS3Descriptor {
endpoint: string;
port?: number;
port?: number | string;
useSsl?: boolean;

@@ -5,0 +5,0 @@ accessKey: string;

{
"name": "@tsclass/tsclass",
"version": "4.0.59",
"version": "4.0.60",
"private": false,

@@ -5,0 +5,0 @@ "description": "Provides TypeScript definitions for various business, financial, networking, content, and other common classes.",

@@ -6,4 +6,4 @@ /**

name: '@tsclass/tsclass',
version: '4.0.59',
version: '4.0.60',
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
}
export interface IS3Descriptor {
endpoint: string;
port?: number;
port?: number | string;
useSsl?: boolean;

@@ -5,0 +5,0 @@ accessKey: string;

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