Socket
Socket
Sign inDemoInstall

tsd

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsd - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

2

dist/lib/config.js

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

const packageJsonCompilerOptions = parseCompilerConfigObject(pkgConfig.compilerOptions || {}, cwd);
return Object.assign({ directory: 'test-d' }, pkgConfig, { compilerOptions: Object.assign({ strict: true, jsx: typescript_1.JsxEmit.React, lib: ['lib.es2017.d.ts'], module: typescript_1.ModuleKind.CommonJS, target: typescript_1.ScriptTarget.ES2017 }, tsConfigCompilerOptions, packageJsonCompilerOptions, { moduleResolution: typescript_1.ModuleResolutionKind.NodeJs }) });
return Object.assign({ directory: 'test-d' }, pkgConfig, { compilerOptions: Object.assign({ strict: true, jsx: typescript_1.JsxEmit.React, lib: ['lib.es2017.d.ts'], module: typescript_1.ModuleKind.CommonJS, target: typescript_1.ScriptTarget.ES2017 }, tsConfigCompilerOptions, packageJsonCompilerOptions, { moduleResolution: typescript_1.ModuleResolutionKind.NodeJs, skipLibCheck: false }) });
};

@@ -18,0 +18,0 @@ function getOptionsFromTsConfig(cwd) {

{
"name": "tsd",
"version": "0.7.3",
"version": "0.7.4",
"description": "Check TypeScript type definitions",

@@ -5,0 +5,0 @@ "license": "MIT",

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