pretty-format
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -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 @@ |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21822
9
566
2
2