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 4.0.0 to 4.0.1

4

lib/Tsifier.js

@@ -292,4 +292,6 @@ 'use strict';

function flush(next) {
if (self.host.error)
if (self.host.error) {
next();
return;
}

@@ -296,0 +298,0 @@ var compiled = self.getCompiledFile(file);

{
"name": "tsify",
"version": "4.0.0",
"version": "4.0.1",
"description": "Browserify plugin for compiling Typescript",

@@ -33,3 +33,3 @@ "main": "index.js",

"object-assign": "^4.1.0",
"semver": "^5.1.0",
"semver": "^5.6.0",
"through2": "^2.0.0",

@@ -39,3 +39,3 @@ "tsconfig": "^5.0.3"

"devDependencies": {
"babel-core": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-react": "^6.5.0",

@@ -49,7 +49,7 @@ "babelify": "^8.0.0",

"source-map": "^0.5.3",
"string-to-stream": "^1.1.0",
"tape": "^4.0.0",
"test-all-versions": "^3.3.1",
"string-to-stream": "^1.1.1",
"tape": "^4.9.1",
"test-all-versions": "^3.3.3",
"typescript": "~2.0.3",
"watchify": "^3.2.1"
"watchify": "^3.11.0"
},

@@ -56,0 +56,0 @@ "peerDependencies": {

@@ -132,3 +132,4 @@ # tsify

* 4.0.0 - Applied changes from 3.0.2: added support for the `forceConsistentCasingInFilenames` compiler option.
* 4.0.1 - Fix so that `watchify` does not stop listening.
* 4.0.0 - Re-applied changes from 3.0.2: added support for the `forceConsistentCasingInFilenames` compiler option.
* 3.0.4 - Added support for overriding the `files`, `exclude` and `include` options.

@@ -135,0 +136,0 @@ * 3.0.3 - Reverted 3.0.2.

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