Socket
Socket
Sign inDemoInstall

@servicestack/client

Package Overview
Dependencies
0
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.17 to 2.1.0

4

package.json
{
"name": "@servicestack/client",
"title": "ServiceStack Client Utils",
"version": "2.0.17",
"version": "2.1.0",
"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",

@@ -24,3 +24,3 @@ "homepage": "https://github.com/ServiceStack/servicestack-client",

"dtos": "cd tests/dtos && typescript-ref",
"test:node": "mocha -t 5000 ./tests/*.js",
"test": "mocha -t 5000 ./tests/*.js",
"test:browser": "mocha-headless-chrome -f http://localhost:8080/testrunner.html",

@@ -27,0 +27,0 @@ "testonly": "mocha -t 5000 ./tests/serverevents.spec.js",

@@ -7,2 +7,8 @@ # @servicestack/client

- Switched to use `/api` pre-defined route by default, revert to legacy `/json/reply` pre-defined route with:
```ts
const client = new JsonServiceClient(baseUrl).useBasePath()
```
- **@servicestack/client** now dependency-free

@@ -9,0 +15,0 @@

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