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.4.0 to 1.5.0

2

package.json
{
"name": "esmock",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",

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

@@ -86,2 +86,4 @@ esmock

* 1.5.0 _Dec.01.2021_
* resolve bug around error '--loader=esmock' detection
* 1.4.0 _Nov.30.2021_

@@ -88,0 +90,0 @@ * throw error if esmock is called without --loader=esmock

@@ -17,3 +17,3 @@ import {

if (!esmock.esmockloader)
if (!global.esmockloader)
throw new Error('process must be started with --loader=esmock');

@@ -20,0 +20,0 @@

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