rewiremock
Advanced tools
Comparing version 3.2.1 to 3.3.0
{ | ||
"name": "rewiremock", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Easy and es6 compatible dependency mocking tool.", | ||
@@ -57,7 +57,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"compare-module-exports": "^1.0.4", | ||
"compare-module-exports": "^1.1.0", | ||
"lodash.some": "^4.6.0", | ||
"lodash.template": "^4.4.0", | ||
"path-parse": "^1.0.5", | ||
"wipe-node-cache": "^1.0.2", | ||
"wipe-node-cache": "^1.1.0", | ||
"wipe-webpack-cache": "^1.0.0" | ||
@@ -64,0 +64,0 @@ }, |
@@ -196,3 +196,8 @@ declare module 'rewiremock' { | ||
*/ | ||
importActual(fileName: string): any | ||
importActual(fileName: string): any; | ||
/** | ||
* low-level API override | ||
*/ | ||
overrideEntryPoint(module:any): void; | ||
} | ||
@@ -205,3 +210,4 @@ | ||
export function removePlugins(plugin:Plugin):void; | ||
export function overrideEntryPoint(module:any):void; | ||
export var plugins: Plugins; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133676
2881
Updatedwipe-node-cache@^1.1.0