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

rewiremock

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rewiremock - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0

6

package.json
{
"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

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