Socket
Socket
Sign inDemoInstall

@tapjs/typescript

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/typescript - npm Package Compare versions

Comparing version 0.0.0-20 to 0.0.0-21

2

dist/cjs/index.js

@@ -8,2 +8,4 @@ "use strict";

exports.loader = 'ts-node/esm';
// https://github.com/TypeStrong/ts-node/pull/2009
// export const importLoader = 'ts-node/import'
// ts-node/esm should come AHEAD of other loaders in the args list,

@@ -10,0 +12,0 @@ // otherwise any other resolve()'s won't be run

@@ -5,2 +5,4 @@ import { env } from '@tapjs/core';

export const loader = 'ts-node/esm';
// https://github.com/TypeStrong/ts-node/pull/2009
// export const importLoader = 'ts-node/import'
// ts-node/esm should come AHEAD of other loaders in the args list,

@@ -7,0 +9,0 @@ // otherwise any other resolve()'s won't be run

7

package.json
{
"name": "@tapjs/typescript",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "a built-in tap extension that adds typescript support",

@@ -34,2 +34,5 @@ "type": "module",

},
"tap": {
"typecheck": false
},
"keywords": [

@@ -45,3 +48,3 @@ "tapjs plugin"

"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},

@@ -48,0 +51,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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