🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@marko/compiler

Package Overview
Dependencies
Maintainers
7
Versions
377
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.40.0
to
5.40.1
+1
-3
babel-utils.d.ts

@@ -175,5 +175,3 @@ import type { Config, types as t } from "@marko/compiler";

export type Plugin<T = any> =
| ModulePlugin<T>
| EnterExitPlugin<T>
| FunctionPlugin<T>;
ModulePlugin<T> | EnterExitPlugin<T> | FunctionPlugin<T>;

@@ -180,0 +178,0 @@ export function assertAllowedAttributes(

{
"name": "@marko/compiler",
"version": "5.40.0",
"version": "5.40.1",
"description": "Marko template to JS compiler.",

@@ -71,6 +71,6 @@ "keywords": [

"dependencies": {
"@luxass/strip-json-comments": "^1.4.0",
"@luxass/strip-json-comments": "^2.0.1",
"complain": "^1.6.1",
"he": "^1.2.0",
"htmljs-parser": "^5.10.2",
"htmljs-parser": "^5.12.1",
"jsesc": "^3.1.0",

@@ -87,3 +87,3 @@ "kleur": "^4.1.5",

"devDependencies": {
"marko": "^5.39.11"
"marko": "^5.39.14"
},

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

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

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