Socket
Socket
Sign inDemoInstall

@nuxtjs/turnstile

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/turnstile - npm Package Compare versions

Comparing version 0.6.3 to 0.7.1

dist/module.d.cts

2

dist/module.d.ts

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

export { ModuleOptions, _default as default };
export { type ModuleOptions, _default as default };
{
"configKey": "turnstile",
"name": "@nuxtjs/turnstile",
"version": "0.6.3"
"version": "0.7.1"
}

@@ -26,2 +26,7 @@ export interface TurnstileRenderOptions {

/**
* A custom language setting. Use 'auto' (default) for the visitor's chosen language, ISO 639-1 two-letter language code (e.g., en), or language and country code (e.g., en-US).
* Consult the list of supported languages: https://developers.cloudflare.com/turnstile/reference/supported-languages/
*/
language?: string;
/**
* A JavaScript callback that is invoked upon success of the challenge. The callback is passed a token that can be validated.

@@ -28,0 +33,0 @@ */

import { ModuleOptions } from './module'
import type { ModuleOptions } from './module'
declare module '@nuxt/schema' {

@@ -15,2 +16,2 @@ interface NuxtConfig { ['turnstile']?: Partial<ModuleOptions> }

export { ModuleOptions, default } from './module'
export type { ModuleOptions, default } from './module'
{
"name": "@nuxtjs/turnstile",
"version": "0.6.3",
"version": "0.7.1",
"license": "MIT",

@@ -44,3 +44,2 @@ "description": "Cloudflare Turnstile integration for Nuxt",

"prepack": "pnpm build",
"prepare": "husky install",
"prepublishOnly": "pnpm lint && pnpm test",

@@ -57,30 +56,29 @@ "release": "bumpp && npm publish",

"devDependencies": {
"@nuxt/eslint-config": "0.1.1",
"@nuxt/module-builder": "0.4.0",
"@nuxt/schema": "3.7.0",
"@nuxt/test-utils": "3.7.0",
"@types/node": "20.5.7",
"@vitest/coverage-v8": "0.34.3",
"bumpp": "9.2.0",
"conventional-changelog-conventionalcommits": "7.0.1",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"expect-type": "0.16.0",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/module-builder": "0.5.4",
"@nuxt/schema": "3.8.2",
"@nuxt/test-utils": "3.8.1",
"@types/node": "20.11.30",
"@vitest/coverage-v8": "1.0.1",
"bumpp": "9.4.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"expect-type": "0.17.3",
"get-port-please": "3.0.2",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"nuxt": "3.7.0",
"lint-staged": "15.0.2",
"nuxt": "3.8.2",
"playwright": "1.37.1",
"prettier": "3.0.2",
"prettier": "3.2.5",
"typescript": "5.1.6",
"vitest": "0.34.3",
"vue": "3.3.4",
"vue-tsc": "1.8.8"
"vitest": "1.0.1",
"vue": "3.3.12",
"vue-tsc": "1.8.27"
},
"resolutions": {
"@nuxtjs/turnstile": "link:.",
"@nuxt/kit": "3.7.0"
"@nuxt/kit": "3.8.2"
},
"packageManager": "pnpm@8.6.12"
}

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