Socket
Socket
Sign inDemoInstall

ts-patch

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-patch - npm Package Compare versions

Comparing version 3.0.0-beta1 to 3.0.0-beta2

4

bin/tspc.js
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const module_1 = require("../module");
/* ****************************************************************************************************************** *

@@ -11,3 +9,3 @@ * Entry

if (require.main === module) {
(0, module_1.getLiveModule)('tsc.js');
require('../lib/tsc');
}

@@ -14,0 +12,0 @@ else {

{
"name": "ts-patch",
"version": "3.0.0-beta1",
"version": "3.0.0-beta2",
"description": "Patch typescript to support custom transformers in tsconfig.json",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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