Socket
Socket
Sign inDemoInstall

envinfo

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

envinfo - npm Package Compare versions

Comparing version 4.0.0-beta.10 to 4.0.0-beta.11

12

package.json
{
"name": "envinfo",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"description": "Info about your dev environment for debugging purposes",

@@ -20,3 +20,11 @@ "repository": "https://github.com/tabrindle/envinfo",

},
"keywords": ["development", "env", "environment", "info", "issues", "reporting", "diagnostics"],
"keywords": [
"development",
"env",
"environment",
"info",
"issues",
"reporting",
"diagnostics"
],
"dependencies": {},

@@ -23,0 +31,0 @@ "devDependencies": {

2

src/utils.js

@@ -34,3 +34,3 @@ var path = require('path');

try {
packageJson = require(filePath); // eslint-disable-line global-require
packageJson = JSON.parse(fs.readFileSync(filePath, 'utf8'));
} catch (e) {

@@ -37,0 +37,0 @@ return null;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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