@nuxt/telemetry
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.7](https://github.com/nuxt/telemetry/compare/v0.0.6...v0.0.7) (2020-06-11) | ||
### Bug Fixes | ||
* **utils:** avoid error on deps[type] ([#7](https://github.com/nuxt/telemetry/issues/7)) ([ff2c9be](https://github.com/nuxt/telemetry/commit/ff2c9beca3c4b87ae509c99ba6db268c48c0a133)) | ||
### [0.0.6](https://github.com/nuxt/telemetry/compare/v0.0.5...v0.0.6) (2020-06-08) | ||
@@ -7,0 +14,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var meta = require('./meta-104f40f0.js'); | ||
var meta = require('./meta-8bd0fa96.js'); | ||
var rc = require('rc9'); | ||
@@ -10,0 +10,0 @@ var path = require('path'); |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var nanoid = require('nanoid'); | ||
var meta = require('./meta-104f40f0.js'); | ||
var meta = require('./meta-8bd0fa96.js'); | ||
var rc = require('rc9'); | ||
@@ -130,2 +130,4 @@ var fetch = _interopDefault(require('node-fetch')); | ||
for (const type of ['dependencies', 'devDependencies']) { | ||
deps[type] = deps[type] || {}; | ||
for (const _name in pkg[type] || {}) { | ||
@@ -132,0 +134,0 @@ try { |
{ | ||
"name": "@nuxt/telemetry", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"repository": "nuxt/telemetry", | ||
@@ -30,6 +30,6 @@ "license": "MIT", | ||
"ci-info": "^2.0.0", | ||
"consola": "^2.11.3", | ||
"consola": "^2.12.2", | ||
"defu": "^2.0.4", | ||
"destr": "^0.1.4", | ||
"fs-extra": "^9.0.0", | ||
"destr": "^0.1.9", | ||
"fs-extra": "^9.0.1", | ||
"git-url-parse": "^11.1.2", | ||
@@ -36,0 +36,0 @@ "inquirer": "^7.1.0", |
@@ -7,3 +7,3 @@ # Nuxt Telemetry Module | ||
This program is optional. ِYou will be asked on first time to get permission and you can always [opt-out](#opting-out) if you'd not like to share any information. | ||
This program is optional. You will be asked on first time to get permission and you can always [opt-out](#opting-out) if you'd not like to share any information. | ||
@@ -63,6 +63,6 @@ ## Why collecting Telemetry? | ||
1. Using `nuxt telemetry disable` | ||
1. Using `npx nuxt telemetry disable` | ||
```bash | ||
nuxt telemetry [enable|disable] [-g,--global] [dir] | ||
npx nuxt telemetry [enable|disable] [-g,--global] [dir] | ||
``` | ||
@@ -69,0 +69,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
24212
566
2
Updatedconsola@^2.12.2
Updateddestr@^0.1.9
Updatedfs-extra@^9.0.1