@toptal/davinci-cli-shared
Advanced tools
Comparing version 2.3.8-alpha-fx-null-axios-cb23ec82.35 to 2.3.8
# Change Log | ||
## 2.3.8 | ||
### Patch Changes | ||
- [#2138](https://github.com/toptal/davinci/pull/2138) [`94f5d8cb`](https://github.com/toptal/davinci/commit/94f5d8cb2140bdbf3e148f1ae8d5004db9779ac4) Thanks [@dmaklygin](https://github.com/dmaklygin)! | ||
- fix package.json structure for davinci packages | ||
## 2.3.7 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@toptal/davinci-cli-shared", | ||
"version": "2.3.8-alpha-fx-null-axios-cb23ec82.35+cb23ec82", | ||
"version": "2.3.8", | ||
"description": "Shared CLI code and CLI engine for davinci", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Toptal", | ||
"license": "SEE LICENSE IN LICENSE.MD", | ||
"type": "module", | ||
"exports": { | ||
@@ -13,3 +13,2 @@ ".": "./src/index.js", | ||
}, | ||
"type": "module", | ||
"files": [ | ||
@@ -22,6 +21,4 @@ "src", | ||
}, | ||
"author": "Toptal", | ||
"license": "SEE LICENSE IN LICENSE.MD", | ||
"dependencies": { | ||
"@segment/analytics-node": "^1.1.3", | ||
"analytics-node": "^6.2.0", | ||
"chalk": "^4.1.2", | ||
@@ -42,5 +39,7 @@ "commander": "^11.0.0", | ||
"devDependencies": { | ||
"@jest/globals": "^29.4.2" | ||
"@jest/globals": "^29.7.0" | ||
}, | ||
"gitHead": "cb23ec8266832c3c9cc02254da0dd0be6362c99c" | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Analytics } from '@segment/analytics-node' | ||
import Analytics from 'analytics-node' | ||
@@ -12,6 +12,5 @@ import { isCi } from '../ci.js' | ||
const analytics = new Analytics({ | ||
disable: !analyticsEnabled, | ||
const analytics = new Analytics(SEGMENT_WRITE_KEY, { | ||
enable: analyticsEnabled, | ||
flushAt: 1, | ||
writeKey: SEGMENT_WRITE_KEY, | ||
}) | ||
@@ -18,0 +17,0 @@ |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
53454
1
1
1114
+ Addedanalytics-node@^6.2.0
+ Added@segment/loosely-validate-event@2.0.0(transitive)
+ Addedanalytics-node@6.2.0(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.27.2(transitive)
+ Addedaxios-retry@3.2.0(transitive)
+ Addedcharenc@0.0.2(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addedcomponent-type@1.2.2(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedis-retry-allowed@1.2.0(transitive)
+ Addedjoin-component@1.1.0(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
+ Addedmd5@2.3.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedms@2.1.3(transitive)
+ Addedremove-trailing-slash@0.1.1(transitive)
+ Addeduuid@8.3.2(transitive)
- Removed@segment/analytics-node@^1.1.3
- Removed@lukeed/csprng@1.1.0(transitive)
- Removed@lukeed/uuid@2.0.1(transitive)
- Removed@segment/analytics-core@1.4.1(transitive)
- Removed@segment/analytics-generic-utils@1.1.1(transitive)
- Removed@segment/analytics-node@1.3.0(transitive)
- Removedbuffer@6.0.3(transitive)
- Removeddset@3.1.4(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)