You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jest-diff

Package Overview
Dependencies
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-diff - npm Package Compare versions

Comparing version

to
13.3.0-alpha.4eb0c908

.npmignore

22

package.json
{
"name": "jest-diff",
"version": "0.0.0"
"version": "13.3.0-alpha.4eb0c908",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.3",
"diff": "^2.2.3",
"pretty-format": "^3.5.0"
},
"jest": {
"automock": false,
"rootDir": "./src",
"scriptPreprocessor": "../../babel-jest",
"testEnvironment": "node"
},
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
}