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

@awell-health/awell-sdk

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awell-health/awell-sdk - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

package.json
{
"name": "@awell-health/awell-sdk",
"version": "0.1.3",
"version": "0.1.4",
"packageManager": "yarn@4.2.1",

@@ -19,3 +19,2 @@ "main": "dist/index.js",

"dist",
"!test",
"!**/*.test.ts",

@@ -22,0 +21,0 @@ "!**/__tests__/**",

@@ -13,7 +13,2 @@ # Awell SDK (JavaScript)

### Todo
- Review
- Create NPM package (see ""Installation)" so the package can be used as desribed in "Usage"
### Generate the SDK client

@@ -49,3 +44,3 @@

// Perform your query our mutation
sdk.orchestration.query({
const result = await sdk.orchestration.query({
publishedPathwayDefinitions: {

@@ -60,2 +55,5 @@ publishedPathwayDefinitions: {

})
const definitions =
result.publishedPathwayDefinitions.publishedPathwayDefinitions
```
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