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.3.0 to 3.3.1

__tests__/test.js

2

index.js

@@ -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

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