New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esmock

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esmock - npm Package Compare versions

Comparing version 2.5.9 to 2.6.0

2

package.json
{
"name": "esmock",
"type": "module",
"version": "2.5.9",
"version": "2.6.0",
"license": "ISC",

@@ -6,0 +6,0 @@ "readmeFilename": "README.md",

@@ -25,3 +25,3 @@ type MockMap = { [specifier: string]: any }

*/
(
<T = any>(
modulePath: string,

@@ -32,4 +32,4 @@ parent: string,

opts?: Options
): any,
(
): Promise<T>,
<T = any>(
modulePath: string,

@@ -39,3 +39,3 @@ defs?: MockMap,

opts?: Options
): any
): Promise<T>
}

@@ -42,0 +42,0 @@

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