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

@workflowai/api

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workflowai/api - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

13

package.json
{
"name": "@workflowai/api",
"version": "0.1.0",
"version": "0.1.1",
"description": "workflowAI typed API client",

@@ -30,2 +30,5 @@ "author": "workflowAI",

],
"engines": {
"node": ">=18.20.2"
},
"scripts": {

@@ -61,9 +64,3 @@ "-------- OPENAPI": "",

"openapi-typescript": "^6.7.5"
},
"peerDependenciesMeta": {
"node-fetch": {
"version": "^3.3.2",
"optional": true
}
}
}
}

@@ -11,12 +11,2 @@ # workflowAI typed API client

If using this library in a node project, you'll need to globally polyfill `fetch`:
```
npm install node-fetch
```
```ts
import '@workflowai/api/fetch-polyfill'
```
## Initialize API

@@ -23,0 +13,0 @@

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