Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-api-party

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-api-party - npm Package Compare versions

Comparing version 0.20.1 to 0.21.0

3

dist/module.d.ts

@@ -52,2 +52,3 @@ import * as _nuxt_schema from '@nuxt/schema';

* By default, API requests are only made on the server-side. This option allows you to make requests on the client-side as well. Keep in mind that this will expose your API credentials to the client.
* Note: If Nuxt SSR is disabled, all requests are made on the client-side by default.
*

@@ -59,3 +60,3 @@ * @example

*/
allowClient?: boolean;
client?: boolean | 'allow' | 'always';
/**

@@ -62,0 +63,0 @@ * Global options for openapi-typescript

@@ -7,3 +7,3 @@ {

},
"version": "0.20.1"
"version": "0.21.0"
}

@@ -6,3 +6,5 @@ import type { NitroFetchOptions } from 'nitropack';

* Skip the Nuxt server proxy and fetch directly from the API.
* Requires `allowClient` to be enabled in the module options as well.
* Requires `client` set to `true` in the module options.
* @remarks
* If Nuxt SSR is disabled, client-side requests are enabled by default.
* @default false

@@ -9,0 +11,0 @@ */

@@ -12,3 +12,5 @@ import type { FetchError } from 'ofetch';

* Skip the Nuxt server proxy and fetch directly from the API.
* Requires `allowClient` to be enabled in the module options as well.
* Requires `client` set to `true` in the module options.
* @remarks
* If Nuxt SSR is disabled, client-side requests are enabled by default.
* @default false

@@ -15,0 +17,0 @@ */

{
"name": "nuxt-api-party",
"type": "module",
"version": "0.20.1",
"packageManager": "pnpm@8.7.6",
"version": "0.21.0",
"packageManager": "pnpm@8.8.0",
"description": "Nuxt 3 module to securely connect with any API",

@@ -51,3 +51,3 @@ "author": "Johann Schopplich <pkg@johannschopplich.com>",

"dependencies": {
"@nuxt/kit": "^3.7.3",
"@nuxt/kit": "^3.7.4",
"defu": "^6.1.2",

@@ -58,3 +58,3 @@ "ofetch": "^1.3.3",

"scule": "^1.0.0",
"ufo": "^1.3.0"
"ufo": "^1.3.1"
},

@@ -65,14 +65,14 @@ "optionalDependencies": {

"devDependencies": {
"@antfu/eslint-config": "^0.42.1",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/test-utils": "^3.7.3",
"@types/node": "^20.6.2",
"@antfu/eslint-config": "^1.0.0-beta.18",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/test-utils": "^3.7.4",
"@types/node": "^20.8.0",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"nuxt": "^3.7.3",
"eslint": "^8.50.0",
"nuxt": "^3.7.4",
"nuxt-api-party": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
"vitest": "^0.34.6",
"vue-tsc": "^1.8.15"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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