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.7.0 to 2.7.1

4

buildstamp.json
{
"git": {
"commitId": "9b6501e42325d3e2753b46facf7d25157a44fc55",
"commitId": "bae38d140ce8fdd6ad9f837550bae70c276d7b1d",
"repoUrl": "https://github.com/antongolub/tsc-esm-fix",
"repoName": "antongolub/tsc-esm-fix"
},
"date": "2021-09-07T16:49:54.557Z"
"date": "2021-09-07T17:34:51.976Z"
}

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

## [2.7.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.0...v2.7.1) (2021-09-07)
# [2.7.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.6.0...v2.7.0) (2021-09-07)

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

{
"name": "tsc-esm-fix",
"version": "2.7.0",
"version": "2.7.1",
"private": false,

@@ -5,0 +5,0 @@ "publishConfig": {

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

- [CLI](#cli)
- [JS/TS API](#js-ts-api)
- [JS/TS API](#jsts-api)
- [Alternatives](#alternatives)

@@ -200,3 +200,14 @@ - [Contributing](#contributing)

## Refs
* [TypeScript/issues/13422: TypeScript and script type="module"](https://github.com/microsoft/TypeScript/issues/13422)
* [TypeScript/issues/28288: Feature: disable extensionless imports](https://github.com/microsoft/TypeScript/issues/28288)
* [ts-jest/issues/1174: import.meta not allowed](https://github.com/kulshekhar/ts-jest/issues/1174)
* [stackoverflow.com/how-to-use-import-meta-when-testing-with-jest](https://stackoverflow.com/questions/64961387/how-to-use-import-meta-when-testing-with-jest)
* [Pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
* [stackoverflow.com/alternative-for-dirname-in-node-when-using-the-experimental-modules-flag](https://stackoverflow.com/questions/46745014/alternative-for-dirname-in-node-when-using-the-experimental-modules-flag)
* [ecma262/#sec-imports](https://tc39.es/ecma262/#sec-imports)
* [ERR_REQUIRE_ESM](https://dev.to/antongolub/errrequireesm-4j0h)
* [Publishing Node modules with TypeScript and ES modules](https://blog.logrocket.com/publishing-node-modules-typescript-es-modules/)
## License
[MIT](./LICENSE)
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