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.3 to 5.0.4

5

index.d.ts

@@ -6,3 +6,3 @@ // Note that @types/browserify is not used for a reason:

export interface Options {
interface Options {
exclude?: string[];

@@ -19,2 +19,3 @@ files?: string[];

export default function tsify(b: any, opts: Options): any;
declare function tsify(b: any, opts: Options): any;
export = tsify;

2

package.json
{
"name": "tsify",
"version": "5.0.3",
"version": "5.0.4",
"description": "Browserify plugin for compiling Typescript",

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

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

* 5.0.4 - Fix export in `d.ts` file.
* 5.0.3 - Improve detection of case-sensitive file systems.

@@ -136,0 +137,0 @@ * 5.0.2 - Remove `@types/browserify` and incorrect/undocumented use of TypeScript types in `tsify` signature.

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