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

esmock

Package Overview
Dependencies
Maintainers
1
Versions
107
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 1.9.0 to 1.9.1

11

package.json
{
"name": "esmock",
"version": "1.9.0",
"type": "module",
"version": "1.9.1",
"license": "ISC",

@@ -8,6 +9,6 @@ "readmeFilename": "README.md",

"author": "chris <chris@bumblehead.com>",
"main": "src/esmockLoader.js",
"module": "src/esmockLoader.js",
"type": "module",
"types": "src/esmock.d.ts",
"exports": {
"types": "./src/esmock.d.ts",
"import": "./src/esmockLoader.js"
},
"repository": {

@@ -14,0 +15,0 @@ "type": "git",

@@ -50,2 +50,7 @@ ```diff

_note: `esmock` is [unable to mock some export expressions.][20]_ `esmock` is improving in this area. [See the wiki][20] for more details.
[20]: https://github.com/iambumblehead/esmock/wiki#user-content-problems-module-resolution
`esmock` examples

@@ -52,0 +57,0 @@ ``` javascript

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