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

@kameleoon/nextjs-visitor-code-manager

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kameleoon/nextjs-visitor-code-manager

Kameleoon SDK NextJS VisitorCodeManager

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
536
decreased by-75.82%
Maintainers
0
Weekly downloads
 
Created
Source

Kameleoon NextJS Visitor Code Manager

Introduction

Kameleoon NextJS Visitor Code Manager is a small helper package which provides default implementation for Kameleoon NextJS external Visitor Code Manager to manage cookie.

For more information refer to Official Kameleoon Documentation

Contents

Installation

  • npm - npm install @kameleoon/nextjs-visitor-code-manager
  • yarn - yarn add @kameleoon/nextjs-visitor-code-manager
  • pnpm - pnpm add @kameleoon/nextjs-visitor-code-manager
  • bun - bun install @kameleoon/nextjs-visitor-code-manager

Configuration

While using @kameleoon/nodejs-sdk:

  • Import KameleoonVisitorCodeManager
  • Instantiate and pass it to external SDK dependencies
import { KameleoonClient } from '@kameleoon/nodejs-sdk';
import { KameleoonVisitorCodeManager } from '@kameleoon/nextjs-visitor-code-manager';

const client = new KameleoonClient({
  siteCode: 'my_site_code',
  credentials: {
    clientId: 'my_id',
    clientSecret: 'my_secret',
  },
  externals: {
    visitorCodeManager: new KameleoonVisitorCodeManager(),
  },
});

Keywords

FAQs

Package last updated on 14 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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