New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tsc-esm-fix

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsc-esm-fix - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

4

buildstamp.json
{
"git": {
"commitId": "33aeb5cc3a0b80485785723e7a38773736bb3666",
"commitId": "484998a5f59061850d9c7a03ac8be25e4388ac95",
"repoUrl": "https://github.com/antongolub/tsc-esm-fix",
"repoName": "antongolub/tsc-esm-fix"
},
"date": "2022-04-01T08:58:51.240Z"
"date": "2022-04-06T13:01:34.944Z"
}

@@ -0,1 +1,3 @@

## [2.9.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.9.0...v2.9.1) (2022-04-06)
# [2.9.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.8.0...v2.9.0) (2022-04-01)

@@ -2,0 +4,0 @@

{
"name": "tsc-esm-fix",
"version": "2.9.0",
"version": "2.9.1",
"private": false,

@@ -76,3 +76,3 @@ "publishConfig": {

"mkdirp": "^1.0.4",
"prettier": "^2.6.1",
"prettier": "^2.6.2",
"prettier-config-qiwi": "^1.6.1",

@@ -79,0 +79,0 @@ "rimraf": "^3.0.2",

@@ -153,3 +153,3 @@ # tsc-esm-fix

| `--tsconfig` | Path to project's ts-config(s) | `tsconfig.json` |
| `--src` | Entry points where the ts-source files are placed. If defined `src` option suppresses `target` |
| `--src` | Entry points where the ts-source files are placed. If defined `src` option suppresses `target` | |
| `--target` | tsc-compiled output directory | If not specified inherited from tsconfig.json **compilerOptions.outDir** |

@@ -160,6 +160,6 @@ | `--dirnameVar` | Replace `__dirname` usages with `import.meta` | true |

| `--unlink` | Remove original files if ext changes | true |
| `--fillBlank` | Fill blank files with `export {}` | false
| `--fillBlank` | Fill blank files with `export {}` | false |
| `--cwd` | cwd | `process.cwd()` |
| `--out` | Output dir. Defaults to `cwd`, so files would be overwritten | `process.cwd()` |
| `--debug` | Prints debug notes
| `--debug` | Prints debug notes | |

@@ -188,2 +188,3 @@ ### JS/TS API

filenameVar: boolean
fillBlank?: boolean
ext: boolean | string

@@ -190,0 +191,0 @@ unlink?: boolean,

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