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

pretty-format

Package Overview
Dependencies
Maintainers
2
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-format - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

plugins/ReactTestComponent.js

5

index.js

@@ -172,4 +172,5 @@ var isArguments = require('lodash/isArguments');

function boundIndent(val) {
return indent(val, opts);
function boundIndent(val, options) {
options = options || opts;
return indent(val, options);
}

@@ -176,0 +177,0 @@

7

package.json
{
"name": "pretty-format",
"version": "3.1.0",
"version": "3.2.0",
"description": "Stringify any JavaScript value.",

@@ -13,6 +13,7 @@ "license": "MIT",

"scripts": {
"test": "mocha test.js"
"test": "mocha test.js test-plugins-ReactTestComponent.js"
},
"devDependencies": {
"mocha": "^2.1.0"
"mocha": "^2.1.0",
"react": "15.2.0-rc.1"
},

@@ -19,0 +20,0 @@ "dependencies": {

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