Socket
Socket
Sign inDemoInstall

@servicestack/client

Package Overview
Dependencies
10
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.18 to 1.1.19

5

dist/index.d.ts

@@ -532,2 +532,7 @@ export interface ApiRequest {

export declare function humanize(s: any): any;
export declare const ucFirst: (s: string) => string;
export declare const isUpper: (c: string) => boolean;
export declare const isLower: (c: string) => boolean;
export declare const isDigit: (c: string) => boolean;
export declare function splitTitleCase(s: string): any[];
export declare const humanify: (s: any) => any;

@@ -534,0 +539,0 @@ export declare function queryString(url: string): any;

2

package.json
{
"name": "@servicestack/client",
"title": "ServiceStack Client Utils",
"version": "1.1.18",
"version": "1.1.19",
"description": "ServiceStack's TypeScript library providing convenience utilities in developing web apps. Integrates with ServiceStack's Server features including ServiceClient, Server Events, Error Handling and Validation",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/ServiceStack/servicestack-client",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc