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

@tsed/cli-plugin-jest

Package Overview
Dependencies
Maintainers
5
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/cli-plugin-jest - npm Package Compare versions

Comparing version 1.12.2 to 1.12.3

2

lib/hooks/JestGenerateHook.js

@@ -14,3 +14,3 @@ "use strict";

enabled() {
return ctx.type !== "server";
return !(ctx.type === "server" || ctx.type.includes(":connection"));
},

@@ -17,0 +17,0 @@ task: () => this.srcRenderService.render(specTemplate, ctx, {

{
"name": "@tsed/cli-plugin-jest",
"version": "1.12.2",
"version": "1.12.3",
"main": "lib/index.js",

@@ -8,4 +8,4 @@ "typings": "lib/index.d.ts",

"devDependencies": {
"@tsed/cli": "1.12.2",
"@tsed/cli-core": "1.12.2"
"@tsed/cli": "1.12.3",
"@tsed/cli-core": "1.12.3"
},

@@ -12,0 +12,0 @@ "scripts": {

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