@toptal/davinci-cli-shared
Advanced tools
Comparing version 2.3.8-alpha-fx-4479-adjust-davinci-syntax-b2a25542.31 to 2.3.8-alpha-fx-null-axios-52e39a01.34
{ | ||
"name": "@toptal/davinci-cli-shared", | ||
"version": "2.3.8-alpha-fx-4479-adjust-davinci-syntax-b2a25542.31+b2a25542", | ||
"version": "2.3.8-alpha-fx-null-axios-52e39a01.34+52e39a01", | ||
"description": "Shared CLI code and CLI engine for davinci", | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"analytics-node": "^6.2.0", | ||
"@segment/analytics-node": "^1.1.3", | ||
"chalk": "^4.1.2", | ||
@@ -43,3 +43,3 @@ "commander": "^11.0.0", | ||
}, | ||
"gitHead": "b2a25542e2662c6f37c6ade87b82ff9e2a350f04" | ||
"gitHead": "52e39a0172fde65f557e08427e37807023d2b0ea" | ||
} |
@@ -1,2 +0,2 @@ | ||
import Analytics from 'analytics-node' | ||
import { Analytics } from '@segment/analytics-node' | ||
@@ -12,5 +12,6 @@ import { isCi } from '../ci.js' | ||
const analytics = new Analytics(SEGMENT_WRITE_KEY, { | ||
enable: analyticsEnabled, | ||
const analytics = new Analytics({ | ||
disable: !analyticsEnabled, | ||
flushAt: 1, | ||
writeKey: SEGMENT_WRITE_KEY, | ||
}) | ||
@@ -17,0 +18,0 @@ |
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
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
53306
1115
+ Added@lukeed/csprng@1.1.0(transitive)
+ Added@lukeed/uuid@2.0.1(transitive)
+ Added@segment/analytics-core@1.4.1(transitive)
+ Added@segment/analytics-generic-utils@1.1.1(transitive)
+ Added@segment/analytics-node@1.3.0(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addeddset@3.1.4(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removedanalytics-node@^6.2.0
- Removed@segment/loosely-validate-event@2.0.0(transitive)
- Removedanalytics-node@6.2.0(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedaxios@0.27.2(transitive)
- Removedaxios-retry@3.2.0(transitive)
- Removedcharenc@0.0.2(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcomponent-type@1.2.2(transitive)
- Removedcrypt@0.0.2(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedform-data@4.0.1(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedis-retry-allowed@1.2.0(transitive)
- Removedjoin-component@1.1.0(transitive)
- Removedlodash.isstring@4.0.1(transitive)
- Removedmd5@2.3.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedms@2.1.3(transitive)
- Removedremove-trailing-slash@0.1.1(transitive)
- Removeduuid@8.3.2(transitive)