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

@toptal/davinci-cli-shared

Package Overview
Dependencies
Maintainers
1
Versions
1261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toptal/davinci-cli-shared - npm Package Compare versions

Comparing version 2.3.8-alpha-fx-null-axios-cb23ec82.35 to 2.3.8

7

CHANGELOG.md
# 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 @@

19

package.json
{
"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 @@

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