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

@tapjs/fixture

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/fixture - npm Package Compare versions

Comparing version 2.0.8 to 3.0.0

1

dist/commonjs/fixture.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
export type FixtureType = 'file' | 'dir' | 'link' | 'symlink';

@@ -3,0 +2,0 @@ export interface FixtureDir {

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
export type FixtureType = 'file' | 'dir' | 'link' | 'symlink';

@@ -3,0 +2,0 @@ export interface FixtureDir {

12

package.json
{
"name": "@tapjs/fixture",
"version": "2.0.8",
"version": "3.0.0",
"description": "Tap plugin to provide t.testdir() and t.fixture()",

@@ -19,2 +19,3 @@ "tshy": {

"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -24,2 +25,3 @@ "default": "./dist/esm/index.js"

"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",

@@ -49,3 +51,3 @@ "default": "./dist/commonjs/index.js"

"peerDependencies": {
"@tapjs/core": "2.1.6"
"@tapjs/core": "3.0.0"
},

@@ -59,5 +61,2 @@ "tap": {

],
"engines": {
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20"
},
"funding": {

@@ -69,3 +68,6 @@ "url": "https://github.com/sponsors/isaacs"

"url": "git+https://github.com/tapjs/tapjs.git"
},
"engines": {
"node": ">= 18.6.0"
}
}

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