Socket
Socket
Sign inDemoInstall

inspect-with-kind

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inspect-with-kind - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

4

package.json
{
"name": "inspect-with-kind",
"version": "0.0.0",
"version": "1.0.0",
"description": "`util.inspect` with additional type information",

@@ -36,3 +36,3 @@ "repository": "shinnn/inspect-with-kind",

"tape": "^4.6.3",
"zen-observable": "^0.4.0"
"zen-observable": "^0.5.0"
},

@@ -39,0 +39,0 @@ "eslintConfig": {

@@ -12,7 +12,7 @@ # inspect-with-kind

util.inspect([1, 2, 3]); //=> '[ 1, 2, 3 ] (array)'
util.inspect([1, 2, 3]); //=> '[ 1, 2, 3 ]'
const inspectWithKind = require('inspect-with-kind');
inspectWithKind([1, 2, 3]); //=> '[ 1, 2, 3 ]'
inspectWithKind([1, 2, 3]); //=> '[ 1, 2, 3 ] (array)'
```

@@ -19,0 +19,0 @@

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