Socket
Socket
Sign inDemoInstall

@tapjs/fixture

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/fixture - npm Package Compare versions

Comparing version 0.0.0-10 to 0.0.0-11

12

dist/cjs/index.d.ts

@@ -26,3 +26,15 @@ import { TapPlugin, TestBase } from '@tapjs/core';

export declare const plugin: TapPlugin<TestFixtures, TestFixturesOptions>;
/**
* Options added by this plugin
*
* @group Configuration
*/
export declare const config: {
/**
* flag
*
* Do not clean up fixtures created with t.testdir()
*
* @group Configuration
*/
'save-fixture': {

@@ -29,0 +41,0 @@ type: string;

@@ -97,3 +97,15 @@ "use strict";

exports.plugin = plugin;
/**
* Options added by this plugin
*
* @group Configuration
*/
exports.config = {
/**
* flag
*
* Do not clean up fixtures created with t.testdir()
*
* @group Configuration
*/
'save-fixture': {

@@ -100,0 +112,0 @@ type: 'boolean',

@@ -26,3 +26,15 @@ import { TapPlugin, TestBase } from '@tapjs/core';

export declare const plugin: TapPlugin<TestFixtures, TestFixturesOptions>;
/**
* Options added by this plugin
*
* @group Configuration
*/
export declare const config: {
/**
* flag
*
* Do not clean up fixtures created with t.testdir()
*
* @group Configuration
*/
'save-fixture': {

@@ -29,0 +41,0 @@ type: string;

@@ -78,3 +78,15 @@ // module code goes here

export const plugin = (t, opts) => new TestFixtures(t, opts);
/**
* Options added by this plugin
*
* @group Configuration
*/
export const config = {
/**
* flag
*
* Do not clean up fixtures created with t.testdir()
*
* @group Configuration
*/
'save-fixture': {

@@ -81,0 +93,0 @@ type: 'boolean',

4

package.json
{
"name": "@tapjs/fixture",
"version": "0.0.0-10",
"version": "0.0.0-11",
"description": "Tap plugin to provide t.testdir() and t.fixture()",

@@ -40,3 +40,3 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",

"peerDependencies": {
"@tapjs/core": "0.0.0-10"
"@tapjs/core": "0.0.0-11"
},

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