Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
Maintainers
7
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/types - npm Package Compare versions

Comparing version 27.0.0-next.3 to 27.0.0-next.7

8

build/Config.d.ts

@@ -20,2 +20,10 @@ /**

defaultPlatform?: string | null;
/** Force use of Node's `fs` APIs rather than shelling out to `find` */
forceNodeFilesystemAPI?: boolean;
/**
* Whether to follow symlinks when crawling for files.
* This options cannot be used in projects which use watchman.
* Projects with `watchman` set to true will error if this option is set to true.
*/
enableSymlinks?: boolean;
/** Path to a custom implementation of Haste. */

@@ -22,0 +30,0 @@ hasteImplModulePath?: string;

4

package.json
{
"name": "@jest/types",
"version": "27.0.0-next.3",
"version": "27.0.0-next.7",
"repository": {

@@ -29,3 +29,3 @@ "type": "git",

},
"gitHead": "2e34f2cfaf9b6864c3ad4bdca05d3097d3108a41"
"gitHead": "28c763e6be8f57bda89238b95dc801460c2d6601"
}
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