Sign In

@marko/compiler

Package Overview
Dependencies
Maintainers
7
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/compiler - npm Package Compare versions

Comparing version
5.41.17
to
5.41.18
+2
-0
modules.js
"use strict";
// Wont-fix: these nulls mean cryptic errors when a DOM global (eg jsdom) exists
// at first require — browser mode mainly serves the marko website; acceptable.
if (process.env.BUNDLE || typeof document === "object") {

@@ -4,0 +6,0 @@ exports.cwd = "/";

+2
-2
{
"name": "@marko/compiler",
"version": "5.41.17",
"version": "5.41.18",
"description": "Marko template to JS compiler.",

@@ -86,3 +86,3 @@ "keywords": [

"devDependencies": {
"marko": "^5.39.31"
"marko": "^5.39.32"
},

@@ -89,0 +89,0 @@ "engines": {

Sorry, the diff of this file is too big to display