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

network-services

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

network-services - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

package.json
{
"name": "network-services",
"version": "1.1.8",
"version": "1.1.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -156,14 +156,11 @@ # _Network⬄Services_

### The ServiceApp Class
_public_ **service.createServiceApp\<T\>(app, options)**
#### service.createServiceApp\<T\>(app, options)
- `app` `<object>` An instance of your application.
- `options` `<ServiceAppOptions<T>>`
- `paths` `<Array<PropPath<Async<T>>>>` An `Array` of _property paths_ (i.e., dot-path `string`s). _If defined_, only property paths in this list may be called on the Service App. Each element of the array is a `PropPath` and a `PropPath` is simply a dot-path `string` representation of a property path. Please see the [Nested Method](https://github.com/faranalytics/network-services/tree/main/examples/nested_method) example for a working implementation. **Default:** `undefined`.
- Returns: `<ServiceApp<T>>`
### The ServiceAPI Class
Returns: `<ServiceApp<T>>`
#### service.createServiceAPI\<T\>(options)
_public_ **service.createServiceAPI\<T\>(options)**

@@ -170,0 +167,0 @@ - `options` `<ServiceAPIOptions>`

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