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

jest-config

Package Overview
Dependencies
Maintainers
6
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-config - npm Package Compare versions

Comparing version 28.1.0 to 28.1.1

2

build/index.d.ts

@@ -39,3 +39,3 @@ /**

export declare const isJSONString: (
text?: string | JSONString | undefined,
text?: JSONString | string,
) => text is JSONString;

@@ -42,0 +42,0 @@

@@ -145,3 +145,3 @@ 'use strict';

const escapeGlobCharacters = path => path.replace(/([()*{}\[\]!?\\])/g, '\\$1');
const escapeGlobCharacters = path => path.replace(/([()*{}[\]!?\\])/g, '\\$1');

@@ -148,0 +148,0 @@ exports.escapeGlobCharacters = escapeGlobCharacters;

{
"name": "jest-config",
"version": "28.1.0",
"version": "28.1.1",
"repository": {

@@ -33,5 +33,5 @@ "type": "git",

"@babel/core": "^7.11.6",
"@jest/test-sequencer": "^28.1.0",
"@jest/types": "^28.1.0",
"babel-jest": "^28.1.0",
"@jest/test-sequencer": "^28.1.1",
"@jest/types": "^28.1.1",
"babel-jest": "^28.1.1",
"chalk": "^4.0.0",

@@ -42,13 +42,13 @@ "ci-info": "^3.2.0",

"graceful-fs": "^4.2.9",
"jest-circus": "^28.1.0",
"jest-environment-node": "^28.1.0",
"jest-circus": "^28.1.1",
"jest-environment-node": "^28.1.1",
"jest-get-type": "^28.0.2",
"jest-regex-util": "^28.0.2",
"jest-resolve": "^28.1.0",
"jest-runner": "^28.1.0",
"jest-util": "^28.1.0",
"jest-validate": "^28.1.0",
"jest-resolve": "^28.1.1",
"jest-runner": "^28.1.1",
"jest-util": "^28.1.1",
"jest-validate": "^28.1.1",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "^28.1.0",
"pretty-format": "^28.1.1",
"slash": "^3.0.0",

@@ -63,3 +63,3 @@ "strip-json-comments": "^3.1.1"

"ts-node": "^10.5.0",
"typescript": "^4.6.2"
"typescript": "^4.7.3"
},

@@ -72,3 +72,3 @@ "engines": {

},
"gitHead": "f5db241312f46528389e55c38221e6b6968622cf"
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9"
}
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