Comparing version 6.0.1 to 7.0.0
{ | ||
"name": "envinfo", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"description": "Info about your dev environment for debugging purposes", | ||
@@ -26,2 +26,3 @@ "repository": "https://github.com/tabrindle/envinfo", | ||
"lint": "eslint src", | ||
"lint-fix": "eslint src --fix", | ||
"preversion": "npm run test && webpack && git add .", | ||
@@ -55,6 +56,13 @@ "postversion": "npm run executable && npm run compress && npm run release", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-proposal-optional-chaining": "^7.2.0", | ||
"@babel/polyfill": "^7.2.5", | ||
"@babel/preset-env": "^7.3.1", | ||
"all-contributors-cli": "^4.11.1", | ||
"array-includes": "^3.0.3", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "23.6.0", | ||
"babel-loader": "^8.0.5", | ||
"clipboardy": "^1.2.2", | ||
"eslint": "^4.10.0", | ||
"eslint": "^5.13.0", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
@@ -68,4 +76,2 @@ "eslint-config-prettier": "^2.7.0", | ||
"minimist": "^1.2.0", | ||
"object.entries": "^1.0.4", | ||
"object.values": "^1.0.4", | ||
"os-name": "^2.0.1", | ||
@@ -72,0 +78,0 @@ "pkg": "^4.3.4", |
@@ -7,3 +7,3 @@ <p align="center"> | ||
[![Build Status](https://travis-ci.org/tabrindle/envinfo.svg?branch=master)](https://travis-ci.org/tabrindle/envinfo) [![npm version](https://badge.fury.io/js/envinfo.svg)](https://badge.fury.io/js/envinfo) [![npm downloads per month](https://img.shields.io/npm/dm/envinfo.svg?maxAge=86400)](https://www.npmjs.com/package/envinfo) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
[![CircleCI](https://circleci.com/gh/tabrindle/envinfo/tree/master.svg?style=svg)](https://circleci.com/gh/tabrindle/envinfo/tree/master) [![Build Status](https://travis-ci.org/tabrindle/envinfo.svg?branch=master)](https://travis-ci.org/tabrindle/envinfo) [![npm version](https://badge.fury.io/js/envinfo.svg)](https://badge.fury.io/js/envinfo) [![npm downloads per month](https://img.shields.io/npm/dm/envinfo.svg?maxAge=86400)](https://www.npmjs.com/package/envinfo) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors) | ||
@@ -10,0 +10,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
236408
26
48