New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adonis-jest

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonis-jest - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

2

adonis-environment.js

@@ -17,3 +17,3 @@ /* eslint-disable no-console */

super(config, context);
this.rootDir = config.rootDir;
this.rootDir = config.projectConfig.rootDir;

@@ -20,0 +20,0 @@ const options = {

# Changelog
## [3.0.0](https://www.github.com/zakodium/adonis-jest/compare/v2.0.1...v3.0.0) (2022-04-26)
### ⚠ BREAKING CHANGES
* add support for Jest 28
### Features
* add support for Jest 28 ([fa40a3a](https://www.github.com/zakodium/adonis-jest/commit/fa40a3ad67f39cfa4fffe62be44037f9c5f3a404))
### [2.0.1](https://www.github.com/zakodium/adonis-jest/compare/v2.0.0...v2.0.1) (2021-07-19)

@@ -4,0 +15,0 @@

{
"name": "adonis-jest",
"version": "2.0.1",
"version": "3.0.0",
"description": "Jest preset for Adonis 5 support",

@@ -25,5 +25,5 @@ "main": "jest-preset.js",

"dependencies": {
"@adonisjs/ioc-transformer": "^2.2.1",
"@adonisjs/require-ts": "^2.0.4",
"jest-environment-node": "^27.0.3"
"@adonisjs/ioc-transformer": "^2.3.3",
"@adonisjs/require-ts": "^2.0.11",
"jest-environment-node": "^28.0.0"
},

@@ -36,10 +36,10 @@ "peerDependencies": {

"devDependencies": {
"@adonisjs/application": "^4.0.4",
"@adonisjs/core": "^5.0.5-canary-rc-2",
"@zakodium/eslint-config": "^3.0.2",
"eslint": "^7.27.0",
"pino-pretty": "^5.0.2",
"prettier": "^2.3.0",
"typescript": "^4.1.5"
"@adonisjs/application": "^5.2.4",
"@adonisjs/core": "^5.7.5",
"@zakodium/eslint-config": "^5.1.1",
"eslint": "^8.14.0",
"pino-pretty": "^7.6.1",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
}
}

@@ -50,6 +50,7 @@ 'use strict';

this.init(options);
return ts.transpileModule(sourceText, {
const transpiled = ts.transpileModule(sourceText, {
...this.baseTranspileOptions,
fileName: sourcePath,
}).outputText;
});
return { code: transpiled.outputText, map: transpiled.sourceMapText };
}

@@ -56,0 +57,0 @@ }

Sorry, the diff of this file is not supported yet

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