New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-4479-adjust-davinci-syntax-b2a25542.31 to 2.3.8-alpha-fx-null-axios-52e39a01.34

6

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

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