pretty-format
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -119,3 +119,3 @@ var isArguments = require('lodash/isArguments'); | ||
var result = val.constructor.name + ' {'; | ||
var keys = Object.keys(val); | ||
var keys = Object.keys(val).sort(); | ||
var symbols = getSymbols(val); | ||
@@ -122,0 +122,0 @@ |
{ | ||
"name": "pretty-format", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Stringify any JavaScript value.", | ||
@@ -13,6 +13,11 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha test.js" | ||
"test": "jest" | ||
}, | ||
"jest": { | ||
"automock": false, | ||
"testEnvironment": "node", | ||
"verbose": true | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.1.0", | ||
"jest": "^12.1.0", | ||
"react": "15.2.0-rc.1" | ||
@@ -19,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
22304
540
2