Socket
Socket
Sign inDemoInstall

tsify

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsify - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

2

lib/Host.js

@@ -18,3 +18,3 @@ 'use strict';

try {
fs.accessSync(path.join(__dirname, path.basename(__filename).toUpperCase()), fs.constants.R_OK);
fs.accessSync(path.join(__dirname, path.basename(__filename)).toUpperCase(), fs.constants.R_OK);
isCaseSensitiveFileSystem = false;

@@ -21,0 +21,0 @@ } catch (error) {

{
"name": "tsify",
"version": "5.0.2",
"version": "5.0.3",
"description": "Browserify plugin for compiling Typescript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -62,3 +62,3 @@ # tsify

* **tsify** will generate sourcemaps if the `--debug` option is set on Browserify.
* **tsify** will generate inline sourcemaps if the `--debug` option is set on Browserify, regardless of the flag status in `tsconfig.json`.
* **tsify** supports almost all options from the TypeScript compiler. Notable exceptions:

@@ -84,2 +84,4 @@ * `-d, --declaration` - See [tsify#15](https://github.com/TypeStrong/tsify/issues/15)

* `files` - Use Browserify's file input options instead. This is necessary because Browserify needs to know which file(s) are the entry points to your program.
* `compilerOptions.sourceMaps` - Source maps are only generated if the `--debug` option is set on Browserify.
* `compilerOptions.inlineSourceMaps` - Generated source maps are always inline.

@@ -134,2 +136,3 @@ ### Watchify?

* 5.0.3 - Improve detection of case-sensitive file systems.
* 5.0.2 - Remove `@types/browserify` and incorrect/undocumented use of TypeScript types in `tsify` signature.

@@ -136,0 +139,0 @@ * 5.0.1 - Remove default import from `index.d.ts` and add `@types/browserify` dependency.

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