@webiny/telemetry
Advanced tools
Comparing version 5.40.0 to 5.40.1-beta.0
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 = {}) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1492
1
0
6353
2
25
+ Addedwts-client@1.0.1
+ Added@webiny/global-config@5.40.1-beta.0(transitive)
+ Addedbtoa@1.2.1(transitive)
+ Addedjs-cookie@2.2.1(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedwts-client@1.0.1(transitive)
- Removedwts@https://github.com/webiny/wts#51fd5a89a8d12b27def57ff99a71e071e9085e6c
- Removed@webiny/global-config@5.40.0(transitive)