New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vuedx/shared

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuedx/shared - npm Package Compare versions

Comparing version 0.6.1-insiders-1610891537.0 to 0.6.1-insiders-1610911987.0

2

dist/index.cjs.js

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

environment: options.environment,
tracesSampleRate: options.tracesSampleRate,
sampleRate: options.tracesSampleRate,
});

@@ -128,0 +128,0 @@ this.defaults = {

@@ -116,3 +116,3 @@ import Path from 'path';

environment: options.environment,
tracesSampleRate: options.tracesSampleRate,
sampleRate: options.tracesSampleRate,
});

@@ -119,0 +119,0 @@ this.defaults = {

{
"name": "@vuedx/shared",
"version": "0.6.1-insiders-1610891537.0",
"version": "0.6.1-insiders-1610911987.0",
"main": "dist/index.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/index.esm.js",

@@ -43,3 +43,3 @@ import * as Sentry from '@sentry/node'

environment: options.environment,
tracesSampleRate: options.tracesSampleRate,
sampleRate: options.tracesSampleRate,
} as any)

@@ -74,3 +74,3 @@

Sentry.configureScope((scope: any) => {
Sentry.configureScope((scope) => {
scope.setSpan(transaction)

@@ -80,3 +80,3 @@ })

return () => {
Sentry.captureMessage(`[trace] ${name}`, (scope: any): any => {
Sentry.captureMessage(`[trace] ${name}`, (scope) => {
scope.setSpan(transaction)

@@ -83,0 +83,0 @@ scope.setUser(this.user)

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