Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-patch

Package Overview
Dependencies
Maintainers
0
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.2.0 to 3.2.1

slice/ts552.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [3.2.1](https://github.com/nonara/ts-patch/compare/v3.2.0...v3.2.1) (2024-06-26)
### Bug Fixes
* Added TS 5.5.2 support ([31eb80f](https://github.com/nonara/ts-patch/commit/31eb80f1dcca45d15917e4b6621769f80e57ebe1))
## [3.2.0](https://github.com/nonara/ts-patch/compare/v3.1.2...v3.2.0) (2024-06-03)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "ts-patch",
"version": "3.2.0",
"version": "3.2.1",
"description": "Patch typescript to support custom transformers in tsconfig.json",

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

@@ -10,2 +10,3 @@ "use strict";

const ts55_1 = require("./ts55");
const ts552_1 = require("./ts552");
// endregion

@@ -25,3 +26,6 @@ /* ****************************************************************************************************************** */

}
return (0, ts55_1.sliceTs55)(moduleFile);
if (semver_1.default.lt(baseVersion, '5.5.2')) {
return (0, ts55_1.sliceTs55)(moduleFile);
}
return (0, ts552_1.sliceTs552)(moduleFile);
}

@@ -28,0 +32,0 @@ exports.sliceModule = sliceModule;

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