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

fancy-test

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fancy-test - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

lib/types.d.ts

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="0.3.8"></a>
## [0.3.8](https://github.com/jdxcode/fancy-test/compare/b0e248a8ddcc7753247d54465fc22df01078ec51...v0.3.8) (2018-01-26)
### Bug Fixes
* export types as FancyTypes ([716d3b9](https://github.com/jdxcode/fancy-test/commit/716d3b9))
<a name="0.3.7"></a>

@@ -2,0 +10,0 @@ ## [0.3.7](https://github.com/jdxcode/fancy-test/compare/01401df6b2b732ede1b827bae775aa5e000d9e85...v0.3.7) (2018-01-26)

3

lib/index.d.ts

@@ -7,2 +7,3 @@ /// <reference types="node" />

import { NockScope } from './nock';
import * as FancyTypes from './types';
export declare const fancy: Base<Context, {

@@ -96,3 +97,3 @@ skip: {

export declare type Fancy = typeof fancy;
export { Base, Context, EnvOptions, NockScope, Plugin, expect };
export { FancyTypes, Base, Context, EnvOptions, NockScope, Plugin, expect };
export default fancy;

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

const stub_1 = require("./stub");
const FancyTypes = require("./types");
exports.FancyTypes = FancyTypes;
exports.fancy = base_1.default

@@ -13,0 +15,0 @@ .register('catch', catch_1.default)

{
"name": "fancy-test",
"description": "extendable utilities for testing",
"version": "0.3.7",
"version": "0.3.8",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/fancy-test/issues",

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