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

@ticketmaster/allure-mock

Package Overview
Dependencies
Maintainers
0
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ticketmaster/allure-mock - npm Package Compare versions

Comparing version 6.0.0-alpha.6 to 6.0.0-alpha.7

4

dist/index.esm.js

@@ -398,3 +398,3 @@ import { NextResponse } from 'next/server';

"content-type": "application/json",
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`,
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`,
},

@@ -425,3 +425,3 @@ })

"content-type": "application/json",
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`,
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`,
},

@@ -428,0 +428,0 @@ })

@@ -419,3 +419,3 @@ 'use strict';

"content-type": "application/json",
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`,
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`,
},

@@ -446,3 +446,3 @@ })

"content-type": "application/json",
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true;`,
"Set-Cookie": `tmtools_token=${token}; path=/; sameSite=Strict; httpOnly=true; secure=true;`,
},

@@ -449,0 +449,0 @@ })

{
"name": "@ticketmaster/allure-mock",
"version": "6.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"description": "Allure common mocking solution library",

@@ -25,3 +25,3 @@ "license": "MIT",

"devDependencies": {
"@ticketmaster/allure-command": "^6.0.0-alpha.6"
"@ticketmaster/allure-command": "^6.0.0-alpha.7"
},

@@ -28,0 +28,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