Socket
Socket
Sign inDemoInstall

ts-jest

Package Overview
Dependencies
Maintainers
1
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 0.1.3 to 0.1.4

2

index.js

@@ -514,3 +514,3 @@ // Except a small part of the code, all of the code here is taken from

return config;
return tsc.convertCompilerOptionsFromJson(config).options;
}
{
"name": "ts-jest",
"version": "0.1.3",
"version": "0.1.4",
"main": "index.ts",

@@ -35,3 +35,7 @@ "description": "A preprocessor with sourcemap support to help use Typescript with Jest",

"typescript": "^1.8.10"
},
"devDependencies": {
"react": "^15.3.1",
"react-test-renderer": "^15.3.1"
}
}

@@ -26,4 +26,4 @@ const tsc = require('typescript');

config.jsx = config.jsx || tsc.JsxEmit.React;
return config;
return tsc.convertCompilerOptionsFromJson(config).options;
}
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