unist-util-inspect
Advanced tools
Comparing version 4.1.4 to 5.0.0
@@ -10,3 +10,3 @@ 'use strict' | ||
color = 'inspect' in require('util') | ||
} catch (error) { | ||
} catch (_) { | ||
/* istanbul ignore next - browser */ | ||
@@ -13,0 +13,0 @@ color = false |
{ | ||
"name": "unist-util-inspect", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "Unist node inspector", | ||
@@ -19,4 +19,6 @@ "license": "MIT", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"types/index.d.ts" | ||
], | ||
"types": "types/index.d.ts", | ||
"dependencies": { | ||
@@ -26,13 +28,15 @@ "is-empty": "^1.0.0" | ||
"devDependencies": { | ||
"@types/unist": "^2.0.3", | ||
"browserify": "^16.0.0", | ||
"chalk": "^2.3.0", | ||
"dtslint": "^1.0.2", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"retext": "^6.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"retext": "^7.0.0", | ||
"strip-ansi": "^5.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.24.0" | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -46,3 +50,4 @@ "scripts": { | ||
"test-coverage": "nyc --reporter lcov tape test.js", | ||
"test": "npm run format && npm run build && npm run test-coverage" | ||
"test": "npm run format && npm run build && npm run test-coverage", | ||
"dtslint": "dtslint types" | ||
}, | ||
@@ -61,3 +66,4 @@ "prettier": { | ||
"rules": { | ||
"guard-for-in": "off" | ||
"guard-for-in": "off", | ||
"unicorn/prefer-includes": "off" | ||
}, | ||
@@ -64,0 +70,0 @@ "ignore": [ |
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
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
10586
5
183
13