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

@nuxt/telemetry

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/telemetry - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/meta-8bd0fa96.js

7

CHANGELOG.md

@@ -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 @@

2

dist/cli.js

@@ -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 @@

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