Socket
Socket
Sign inDemoInstall

ts-jest

Package Overview
Dependencies
2
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"name": "ts-jest",
"version": "0.0.1",
"version": "0.1.0",
"main": "index.ts",

@@ -5,0 +5,0 @@ "description": "A preprocessor with sourcemap support to help use Typescript with Jest",

@@ -13,3 +13,3 @@ const tsc = require('typescript');

const modified = `require('typescript-jest').install({environment: 'node', emptyCacheBetweenOperations: true});${transpiled.outputText}`;
const modified = `require('ts-jest').install({environment: 'node', emptyCacheBetweenOperations: true});${transpiled.outputText}`;

@@ -16,0 +16,0 @@ return modified;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc