Socket
Socket
Sign inDemoInstall

@webiny/global-config

Package Overview
Dependencies
Maintainers
1
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/global-config - npm Package Compare versions

Comparing version 5.40.0-beta.2 to 5.40.0-beta.3

index.d.ts

10

index.js

@@ -21,3 +21,11 @@ const os = require("os");

// A new config file is written if it doesn't exist or is invalid.
this.__globalConfig = { id: uuidv4(), telemetry: true };
this.__globalConfig = {
id: uuidv4(),
telemetry: true,
// This flag is set to `false` the moment user successfully
// deploys a Webiny project for the first time. Once they do,
// they're considered no longer a "new user".
newUser: true
};
writeJson.sync(GLOBAL_CONFIG_PATH, this.__globalConfig);

@@ -24,0 +32,0 @@ }

4

package.json
{
"name": "@webiny/global-config",
"version": "5.40.0-beta.2",
"version": "5.40.0-beta.3",
"main": "index.js",

@@ -15,3 +15,3 @@ "license": "MIT",

},
"gitHead": "15e414a228687140ce2f30bd2f55763368e99827"
"gitHead": "638d8b84063906cd1aa979ed6e0487ad26fbcf2f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc