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.0 to 5.0.1

3

index.d.ts
import { BrowserifyObject, CustomOptions } from "browserify";
import typescript, { CompilerOptions, ModuleKind, ScriptTarget } from "typescript";
import * as typescript from "typescript";
import { CompilerOptions, ModuleKind, ScriptTarget } from "typescript";

@@ -4,0 +5,0 @@ // Provide local definition of Omit for compatibility with TypeScript <3.5

{
"name": "tsify",
"version": "5.0.0",
"version": "5.0.1",
"description": "Browserify plugin for compiling Typescript",

@@ -31,2 +31,3 @@ "main": "index.js",

"dependencies": {
"@types/browserify": "^12.0.36",
"convert-source-map": "^1.1.0",

@@ -33,0 +34,0 @@ "fs.realpath": "^1.0.0",

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

* 5.0.1 - Remove default import from `index.d.ts` and add `@types/browserify` dependency.
* 5.0.0 - **Breaking**: Fix type declarations for TypeScript 4 compatibility. With this fix, the TypeScript version must be 2.8 or above.

@@ -134,0 +135,0 @@ * 4.0.2 - Add `types` to `package.json`.

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