Socket
Socket
Sign inDemoInstall

@base2/pretty-print-object

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@base2/pretty-print-object - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "@base2/pretty-print-object",
"version": "0.0.2",
"version": "0.0.3",
"description": "Convert an object or array into a formatted string",

@@ -9,3 +9,3 @@ "repository": {

},
"main": "dist/index.js",
"main": "./dist/index.js",
"scripts": {

@@ -12,0 +12,0 @@ "build": "tsc",

@@ -23,3 +23,3 @@ # Pretty print object

```js
const stringifyObject = require('stringify-object');
const stringifyObject = require('@base2/pretty-print-object');

@@ -102,3 +102,3 @@ const obj = {

```js
const stringifyObject = require('stringify-object');
const stringifyObject = require('@base2/pretty-print-object');

@@ -139,3 +139,3 @@ const obj = {

```js
const stringifyObject = require('stringify-object');
const stringifyObject = require('@base2/pretty-print-object');

@@ -142,0 +142,0 @@ const obj = {

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