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

shelljs-plugin-inspect

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shelljs-plugin-inspect - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

index.js

@@ -0,1 +1,3 @@

var util = require('util');
var plugin = require('shelljs/plugin');

@@ -7,4 +9,7 @@

// Newer versions of node use a symbol called util.inspect.custom.
var inspectAttribute = util.inspect.custom || 'inspect';
// Try to minimize what this plugin does as much as possible
plugin.register('inspect', inspect, {
plugin.register(inspectAttribute, inspect, {
allowGlobbing: false,

@@ -11,0 +16,0 @@ pipeOnly: true,

23

package.json
{
"name": "shelljs-plugin-inspect",
"version": "0.2.0",
"version": "0.2.1",
"description": "Add a .inspect method to ShellJS objects for REPL use",

@@ -33,14 +33,17 @@ "main": "index.js",

"devDependencies": {
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^4.0.2",
"eslint-plugin-import": "^1.11.1",
"mocha": "^2.5.3",
"shelljs": "^0.8.1",
"shelljs-changelog": "^0.2.2",
"shelljs-release": "^0.2.0",
"should": "^10.0.0"
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"mocha": "^5.2.0",
"shelljs": "^0.8.5",
"shelljs-changelog": "^0.2.6",
"shelljs-release": "^0.5.2",
"should": "^13.2.3"
},
"peerDependencies": {
"shelljs": "^0.8.1"
"shelljs": "^0.8.5"
},
"engines": {
"node": ">=4"
}
}
# shelljs-plugin-inspect
[![Travis](https://img.shields.io/travis/nfischer/shelljs-plugin-inspect/master.svg?style=flat-square&label=unix)](https://travis-ci.org/nfischer/shelljs-plugin-inspect)
[![AppVeyor](https://img.shields.io/appveyor/ci/shelljs/shelljs-plugin-inspect/master.svg?style=flat-square&label=windows)](https://ci.appveyor.com/project/shelljs/shelljs-plugin-inspect/branch/master)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fnfischer%2Fshelljs-plugin-inspect%2Fbadge%3Fref%3Dmaster&style=flat-square)](https://actions-badge.atrox.dev/nfischer/shelljs-plugin-inspect/goto?ref=master)
[![npm](https://img.shields.io/npm/v/shelljs-plugin-inspect.svg?style=flat-square)](https://www.npmjs.com/package/shelljs-plugin-inspect)

@@ -6,0 +5,0 @@ [![shelljs-plugin](https://img.shields.io/badge/shelljs-plugin-brightgreen.svg?style=flat-square)](https://github.com/shelljs/shelljs/wiki/Using-ShellJS-Plugins)

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