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

@ninetailed/client-sdk-nextjs

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ninetailed/client-sdk-nextjs - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

client-sdk-nextjs.esm.js

@@ -118,3 +118,3 @@ import { v4 } from 'uuid';

path: url.pathname,
query: buildQuery(ctx.req.url),
query: buildQuery(url.toString()),
referrer: ctx.req.headers.referer,

@@ -121,0 +121,0 @@ search: url.search,

@@ -85,3 +85,3 @@ (function (global, factory) {

path: url.pathname,
query: clientSdkCore.buildQuery(ctx.req.url),
query: clientSdkCore.buildQuery(url.toString()),
referrer: ctx.req.headers.referer,

@@ -88,0 +88,0 @@ search: url.search,

{
"name": "@ninetailed/client-sdk-nextjs",
"version": "0.4.0",
"version": "0.5.0",
"main": "./client-sdk-nextjs.umd.js",

@@ -5,0 +5,0 @@ "module": "./client-sdk-nextjs.esm.js",

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