Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-resolve-dependencies

Package Overview
Dependencies
Maintainers
2
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-resolve-dependencies - npm Package Compare versions

Comparing version 20.1.0-alpha.3 to 20.1.0-beta.1

4

build/index.js

@@ -23,5 +23,3 @@ 'use strict';

*
*/const snapshotDirRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('\/__snapshots__\/'));const snapshotFileRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('__snapshots__\/(.*)\.snap'));const isSnapshotPath = path =>
!!path.match(snapshotDirRegex);
*/const snapshotDirRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('/__snapshots__/'));const snapshotFileRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('__snapshots__/(.*).snap'));const isSnapshotPath = path => !!path.match(snapshotDirRegex);
function compact(array) {

@@ -28,0 +26,0 @@ const result = [];

{
"name": "jest-resolve-dependencies",
"version": "20.1.0-alpha.3",
"version": "20.1.0-beta.1",
"repository": {

@@ -11,4 +11,4 @@ "type": "git",

"dependencies": {
"jest-regex-util": "^20.1.0-alpha.3"
"jest-regex-util": "^20.1.0-beta.1"
}
}
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