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

@webiny/telemetry

Package Overview
Dependencies
Maintainers
0
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/telemetry - npm Package Compare versions

Comparing version 5.40.0 to 5.40.1-beta.0

2

cli.js
const { globalConfig } = require("@webiny/global-config");
const isCI = require("is-ci");
const { WTS } = require("wts/src/node");
const { WTS } = require("wts-client/node");
const baseSendEvent = require("./sendEvent");

@@ -5,0 +5,0 @@

{
"name": "@webiny/telemetry",
"version": "5.40.0",
"version": "5.40.1-beta.0",
"license": "MIT",
"dependencies": {
"@webiny/global-config": "5.40.0",
"@webiny/global-config": "5.40.1-beta.0",
"is-ci": "3.0.0",
"jsesc": "3.0.2",
"strip-ansi": "6.0.1",
"wts": "https://github.com/webiny/wts#51fd5a89a8d12b27def57ff99a71e071e9085e6c"
"wts-client": "1.0.1"
},

@@ -16,3 +16,3 @@ "publishConfig": {

},
"gitHead": "e6ce53a387a9b1ab39aa8d15e4ed9be2359f17aa"
"gitHead": "a20d2b69a4fbc681a3dad6469e09ef6eb314505e"
}
const baseSendEvent = require("./sendEvent");
const { WTS } = require("wts/src/admin");
const { WTS } = require("wts-client/admin");

@@ -4,0 +4,0 @@ const sendEvent = async (event, properties = {}) => {

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