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

@nuxtjs/strapi

Package Overview
Dependencies
Maintainers
7
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/strapi - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

2

dist/module.json

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

},
"version": "1.9.1"
"version": "1.9.2"
}

@@ -0,1 +1,2 @@

import type { FetchOptions } from 'ofetch';
export declare const useStrapiClient: () => <T>(url: string, fetchOptions?: FetchOptions) => Promise<T>;

@@ -9,3 +9,8 @@

declare module 'nuxt/schema' {
interface NuxtConfig { ['strapi']?: Partial<ModuleOptions> }
interface NuxtOptions { ['strapi']?: ModuleOptions }
}
export { AuthOptions, ModuleOptions, default } from './module'
{
"name": "@nuxtjs/strapi",
"version": "1.9.1",
"version": "1.9.2",
"description": "Strapi module for Nuxt",

@@ -19,26 +19,29 @@ "repository": "nuxt-modules/strapi",

"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "nuxt-module-build",
"dev": "nuxi dev example",
"lint": "eslint --ext .js,.ts,.vue .",
"prepack": "yarn build",
"typecheck": "nuxi typecheck",
"prepack": "pnpm build",
"prepare": "nuxi prepare example",
"release": "yarn lint && standard-version && git push --follow-tags"
"release": "pnpm lint && standard-version && git push --follow-tags"
},
"dependencies": {
"@nuxt/kit": "^3.4.1",
"@nuxt/kit": "^3.5.1",
"defu": "^6.1.2",
"graphql": "^16.6.0",
"qs": "^6.11.1",
"ufo": "^1.1.1"
"qs": "^6.11.2",
"ufo": "^1.1.2"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.1",
"@nuxt/module-builder": "^0.3.0",
"@nuxt/devtools": "^0.5.3",
"@nuxt/module-builder": "^0.3.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.15.12",
"@types/node": "^20.2.3",
"@types/qs": "^6.9.7",
"eslint": "^8.38.0",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"nuxt": "^3.4.1",
"standard-version": "^9.5.0"
"nuxt": "^3.5.1",
"standard-version": "^9.5.0",
"vue-tsc": "^1.6.5"
},

@@ -45,0 +48,0 @@ "publishConfig": {

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