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

unist-util-inspect

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unist-util-inspect - npm Package Compare versions

Comparing version 4.1.4 to 5.0.0

types/index.d.ts

2

index.js

@@ -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": [

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