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.1.1 to 2.1.2

15

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

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

"testonly": "mocha -t 5000 ./tests/serverevents.spec.js",
"postversion": "git push && git push --tags"
"release": "bump patch --commit --push --tag && npm publish"
},

@@ -47,4 +47,11 @@ "files": [

"licenses": [],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/servicestack-client.mjs",
"require": "./dist/servicestack-client.umd.cjs"
}
},
"engines": {

@@ -51,0 +58,0 @@ "node": ">=18.0.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