You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@morgan-stanley/ts-mocking-bird

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morgan-stanley/ts-mocking-bird - npm Package Compare versions

Comparing version

to
0.5.4

0

dist/main/helper/index.d.ts

@@ -0,0 +0,0 @@ export * from './property-replacement-helper';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { WrappedModule } from './module-helper';

@@ -0,0 +0,0 @@ "use strict";

import { ConstructorFunction, FunctionCallLookup, IMocked, LookupType } from '../mock';
export declare function getLookup<T, C extends ConstructorFunction<T>, U extends LookupType>(mock: IMocked<T, C>, lookupType: U): FunctionCallLookup<T, C, U>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare type WrappedModule = {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ interface IImportReplacement<T extends {}> {

export * from './helper';
export * from './mock';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare type OperatorFunction<T, C extends ConstructorFunction<T>> = (value: IMocked<T, C>) => IMocked<T, C>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=contracts.js.map

@@ -0,0 +0,0 @@ export * from './contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ICustomMatcher } from './contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ConstructorFunction, IMocked } from './contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ConstructorFunction, FunctionName, OperatorFunction } from './contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IParameterMatcher } from './contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ConstructorFunction, FunctionName, FunctionParams, IFunctionVerifier, IFunctionWithParametersVerification, IJasmineCustomMatcherResult, IJestCustomMatcherResult, IMocked, IStrictFunctionVerification, LookupType, ParameterMatcher, SetterTypes, VerifierTarget } from './contracts';

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@morgan-stanley/ts-mocking-bird",
"version": "0.5.3",
"version": "0.5.4",
"description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -0,0 +0,0 @@ # @morgan-stanley/ts-mocking-bird

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