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
367
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.16.8 to 1.16.9

6

lib/hooks/JestGenerateHook.js

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

const { symbolPath } = ctx;
const { specTemplate, integrationTemplate } = this.mapOptions(ctx);
const { specTemplate, integrationTemplate, relativeSrcPath } = this.mapOptions(ctx);
return [

@@ -17,3 +17,3 @@ {

},
task: () => this.srcRenderService.render(specTemplate, ctx, {
task: () => this.srcRenderService.render(specTemplate, Object.assign(Object.assign({}, ctx), { relativeSrcPath }), {
output: `${symbolPath}.spec.ts`,

@@ -28,3 +28,3 @@ templateDir: templateDir_1.TEMPLATE_DIR

},
task: () => this.srcRenderService.render(integrationTemplate, ctx, {
task: () => this.srcRenderService.render(integrationTemplate, Object.assign(Object.assign({}, ctx), { relativeSrcPath }), {
output: `${symbolPath}.integration.spec.ts`,

@@ -31,0 +31,0 @@ templateDir: templateDir_1.TEMPLATE_DIR

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

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

"devDependencies": {
"@tsed/cli": "1.16.8",
"@tsed/cli-core": "1.16.8"
"@tsed/cli": "1.16.9",
"@tsed/cli-core": "1.16.9"
},

@@ -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