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

nuxt-testevia

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-testevia - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "nuxt-testevia",
"version": "1.1.0",
"version": "1.1.1",
"description": "Nuxt - Testevia Logger",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -51,3 +51,7 @@ import axios from 'axios'

if(!process.server){
stack += '\nClient side\n'
stack += '\nClient side\n\nDevice: ';
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)) {
stack += 'Desktop\n';
} else stack += 'Mobile\n'
try{

@@ -58,2 +62,3 @@ context.data['browser'] = whichBrowser() + ' - OS: ' + whichOS();

}
} else {

@@ -60,0 +65,0 @@ stack += '\nServer side\n'

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