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.6.9 to 0.6.10

8

CHANGELOG.md

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

<a name="0.6.10"></a>
## [0.6.10](https://github.com/jdxcode/fancy-test/compare/07988acff811e4cedd5afc753e8a139002a74160...v0.6.10) (2018-02-03)
### Bug Fixes
* added nock scope back ([6f30e60](https://github.com/jdxcode/fancy-test/commit/6f30e60))
<a name="0.6.9"></a>

@@ -2,0 +10,0 @@ ## [0.6.9](https://github.com/jdxcode/fancy-test/compare/1c40e4c6aa4cc89e587191285706bcc66dcd7ed9...v0.6.9) (2018-02-03)

6

lib/index.d.ts
import { expect } from './chai';
import { nock } from './nock';
import { NockScope } from './nock';
import * as FancyTypes from './types';

@@ -67,3 +67,3 @@ export declare const fancy: FancyTypes.Base<FancyTypes.Context, {

a1: string;
a2: (nock: nock.Scope) => any;
a2: (nock: NockScope) => any;
a3: {};

@@ -100,3 +100,3 @@ a4: {};

export declare type Fancy = typeof fancy;
export { expect, FancyTypes };
export { expect, FancyTypes, NockScope };
export default fancy;
import * as Nock from 'nock';
export declare function nock(host?: string, cb?: (nock: nock.Scope) => any): {
export declare function nock(host?: string, cb?: (nock: NockScope) => any): {
run(ctx: {

@@ -11,5 +11,3 @@ nock: number;

};
export declare namespace nock {
interface Scope extends Nock.Scope {
}
export interface NockScope extends Nock.Scope {
}
{
"name": "fancy-test",
"description": "extendable utilities for testing",
"version": "0.6.9",
"version": "0.6.10",
"author": "Jeff Dickey @jdxcode",

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

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