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-13 to 0.0.0-14

4

dist/cjs/index.d.ts

@@ -6,2 +6,6 @@ import { TapPlugin } from '@tapjs/core';

/**
* File types that this plugin adds support for
*/
export declare const testFileExtensions: string[];
/**
* Options added by this plugin

@@ -8,0 +12,0 @@ *

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = exports.plugin = exports.preload = exports.loader = void 0;
exports.config = exports.testFileExtensions = exports.plugin = exports.preload = exports.loader = void 0;
const core_1 = require("@tapjs/core");

@@ -25,2 +25,6 @@ // This just adds the ts-node/esm loader

/**
* File types that this plugin adds support for
*/
exports.testFileExtensions = ['ts', 'cts', 'mts', 'tsx', 'jsx'];
/**
* Options added by this plugin

@@ -27,0 +31,0 @@ *

@@ -6,2 +6,6 @@ import { TapPlugin } from '@tapjs/core';

/**
* File types that this plugin adds support for
*/
export declare const testFileExtensions: string[];
/**
* Options added by this plugin

@@ -8,0 +12,0 @@ *

@@ -21,2 +21,6 @@ import { env } from '@tapjs/core';

/**
* File types that this plugin adds support for
*/
export const testFileExtensions = ['ts', 'cts', 'mts', 'tsx', 'jsx'];
/**
* Options added by this plugin

@@ -23,0 +27,0 @@ *

4

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

@@ -46,3 +46,3 @@ "type": "module",

"peerDependencies": {
"@tapjs/core": "0.0.0-13"
"@tapjs/core": "0.0.0-14"
},

@@ -49,0 +49,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