Socket
Socket
Sign inDemoInstall

ts-jest

Package Overview
Dependencies
Maintainers
3
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-jest - npm Package Compare versions

Comparing version 27.0.0-next.12 to 27.0.0

4

dist/utils/version-checkers.js

@@ -10,5 +10,5 @@ "use strict";

exports.VersionCheckers = {
jest: createVersionChecker('jest', ">=27.0.0-next.9 <28"),
jest: createVersionChecker('jest', ">=27.0.0 <28"),
typescript: createVersionChecker('typescript', ">=3.8 <5"),
babelJest: createVersionChecker('babel-jest', ">=27.0.0-next.9 <28"),
babelJest: createVersionChecker('babel-jest', ">=27.0.0 <28"),
babelCore: createVersionChecker('@babel/core', ">=7.0.0-beta.0 <8"),

@@ -15,0 +15,0 @@ };

{
"name": "ts-jest",
"version": "27.0.0-next.12",
"version": "27.0.0",
"main": "dist/index.js",

@@ -70,3 +70,3 @@ "types": "dist/index.d.ts",

"fast-json-stable-stringify": "2.x",
"jest-util": "27.0.0-next.9",
"jest-util": "^27.0.0",
"json5": "2.x",

@@ -80,3 +80,3 @@ "lodash": "4.x",

"peerDependencies": {
"jest": "27.0.0-next.9",
"jest": "^27.0.0",
"typescript": ">=3.8 <5.0"

@@ -94,4 +94,4 @@ },

"@commitlint/config-angular": "^12.0.0",
"@jest/transform": "27.0.0-next.9",
"@jest/types": "27.0.0-next.8",
"@jest/transform": "^27.0.0",
"@jest/types": "^27.0.0",
"@types/babel__core": "7.x",

@@ -127,3 +127,3 @@ "@types/buffer-from": "latest",

"husky": "4.x",
"jest": "27.0.0-next.9",
"jest": "^27.0.0",
"js-yaml": "latest",

@@ -134,3 +134,3 @@ "json-schema-to-typescript": "^10.1.4",

"npm-run-all": "latest",
"prettier": "2.x",
"prettier": "2.3.0",
"source-map": "latest",

@@ -137,0 +137,0 @@ "typescript": "^4.1.2"

@@ -7,3 +7,2 @@ <h1 align="center">ts-jest</h1>

<a href="https://www.npmjs.com/package/ts-jest"><img src="https://img.shields.io/npm/v/ts-jest/latest.svg?style=flat-square" alt="NPM version" /> </a>
<a href="https://www.npmjs.com/package/ts-jest"><img src="https://img.shields.io/npm/v/ts-jest/next.svg?style=flat-square" alt="NPM version" /> </a>
<a href="https://www.npmjs.com/package/ts-jest"><img src="https://img.shields.io/npm/dm/ts-jest.svg?style=flat-square" alt="NPM downloads"/> </a>

@@ -10,0 +9,0 @@ <a href="https://snyk.io/test/github/kulshekhar/ts-jest"><img src="https://snyk.io/test/github/kulshekhar/ts-jest/badge.svg?style=flat-square" alt="Known vulnerabilities"/> </a>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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